@@ -36,7 +36,7 @@
.fs-container{
&-header{
position: fixed;
- top: 0;
+ top: var(--window-top);
left: 0;
right: 0;
z-index: 100;
@@ -46,7 +46,7 @@
- bottom: 0;
+ bottom: var(--window-bottom);
}