Compare commits

..

1 Commits

Author SHA1 Message Date
Rukmini Bose
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;
}
}
}
}
}