Compare commits

...

2 Commits

Author SHA1 Message Date
5f427bde73 Merge branch 'master' into mobile-itc 2024-04-18 10:18:05 -07:00
523be2c3ab Add desktop selector to fix issue 2024-04-01 15:29:49 -07:00

View File

@ -454,11 +454,13 @@
color: $colorTimeRealtimeFg;
}
}
.c-ctrl-wrapper--menus-up{ // A bit hacky, but we are rewriting the CSS class here for ITC such that the calendar opens at the bottom to avoid cutoff
.c-menu {
top: auto;
bottom: revert !important;
};
body.desktop & {
.c-ctrl-wrapper--menus-up{ // A bit hacky, but we are rewriting the CSS class here for ITC such that the calendar opens at the bottom to avoid cutoff. This is for DESKTOP-ONLY
.c-menu {
top: auto;
bottom: revert !important;
}
}
}
}
}