Skip to content

Commit b53be86

Browse files
authored
Fix positon of Events Header (#2045)
* Fix positon of events header on HiDpi devices * lint
1 parent b8d7709 commit b53be86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/Pages/EventsPage/components/EventsList/EventsList.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ $event-header-bg-dark: rgba(31, 31, 31, 0.9);
4242
// Position
4343
top: $navbar-height;
4444
z-index: 1;
45+
left: 0;
46+
right: 0;
4547

4648
@include for-mobile-only {
4749
position: absolute;

0 commit comments

Comments
 (0)