sogo/UI/WebServerResources/scss/components/sticky/sticky.scss
2016-04-21 13:40:47 -04:00

8 lines
226 B
SCSS

@import "extends";
._md-sticky-clone {
// Increase the z-index of sticky subheaders so it always appear above
// seconday buttons of list items.
// See z-index changes in custom list.scss.
z-index: $z-index-sidenav;
}