TRI-283: add feader fixed

This commit is contained in:
2024-11-20 22:55:34 +03:00
parent 6f646264dc
commit b0db3534f2
4 changed files with 41 additions and 4 deletions

View File

@@ -240,7 +240,10 @@ b {
.header {
margin-top: 0;
position: relative;
position: fixed;
left: 0;
top: 0;
width: 100vw;
padding: 40px 5px;
}

View File

@@ -1,6 +1,9 @@
.header {
margin-top: 0;
position: relative;
position: fixed;
left: 0;
top: 0;
width: 100vw;
padding: 40px 5px;
}