mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
Add desktop selector to fix issue
This commit is contained in:
parent
311ad0b87a
commit
523be2c3ab
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user