Vector-Local/skinStyles/ext.uls.compactlinks.less
bwang c761aa2067 Ensure sticky header ULS menu appears in default location right underneath the button
Bug: T298835
Change-Id: I2e061d87ccdc95e052d84ab8ba8a6d041801f184
2022-01-19 19:37:25 +00:00

15 lines
231 B
Plaintext

// Sticky header ULS behavior.
.uls-dialog-sticky {
.uls-menu {
position: fixed;
}
&.uls-dialog-sticky-hide {
.uls-menu {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}
}
}