Skip to content

Commit 13c2316

Browse files
committed
Remove excess margin rule from calendar popover
This negative margin adjusted the popover to go under the sidebar. The React rewrite changed where sidebar is in the dom so the margin adjustment is no longer necessary. Affects issues: - Fixed #3932 - Fixed #3668
1 parent e5330db commit 13c2316

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Plan/react/dashboard/src/style/style.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,18 +1328,6 @@ than 3 events in one day on the sessions calendar.
13281328
transform: translateX(0);
13291329
}
13301330

1331-
/*
1332-
When the sidebar is visible, it offsets the popovers by its width.
1333-
The rules below fix that by applying a negative margin.
1334-
*/
1335-
body .fc-popover {
1336-
margin-left: -14rem;
1337-
}
1338-
1339-
body.sidebar-hidden .fc-popover {
1340-
margin-left: 0 !important;
1341-
}
1342-
13431331
body.sidebar-hidden .navbar-nav {
13441332
display: none;
13451333
}

0 commit comments

Comments
 (0)