Files
drupal-reha/web/themes/custom/reha/scss/partials/_header.scss
T
2023-11-21 17:43:23 +01:00

27 lines
417 B
SCSS

header{
display: block;
width: 100%;
background-color: white;
position: fixed;
z-index: 99;
width: 100vw;
position: -webkit-sticky;
position: sticky;
top: 0;
.sticky{
position: fixed;
}
div{
display:flex;
flex-direction: row;
}
}