mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
25 lines
510 B
CSS
25 lines
510 B
CSS
.timetablepage #toolbar {
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
|
|
.timetable-calendar-controls {
|
|
position: relative;
|
|
z-index: 100001;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.timetable-calendar-controls.bsplus-cal-menu-open {
|
|
z-index: 2147483646;
|
|
}
|
|
|
|
.timetablepage #toolbar:has(.bsplus-cal-menu-open) {
|
|
z-index: 2147483646 !important;
|
|
}
|
|
|
|
.bsplus-calendar-sync-mount {
|
|
display: inline-flex;
|
|
font-family: var(--bsplus-cal-font-family, var(--betterseqta-font-family, Rubik), sans-serif);
|
|
}
|