Add desktop selector to fix issue

This commit is contained in:
Rukmini Bose 2024-04-01 15:29:49 -07:00
parent 311ad0b87a
commit 523be2c3ab

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;
}
}
}
}
}