mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
7 lines
164 B
SCSS
7 lines
164 B
SCSS
@media screen and (max-width: map-get($grid-breakpoints, md)) {
|
|
:host.open {
|
|
background-color: $white;
|
|
top: 0;
|
|
position: sticky;
|
|
}
|
|
} |