fix scrollbar issue on windows
This commit is contained in:
parent
d16d5dcd7c
commit
869bad7454
@ -1,3 +1,7 @@
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 30px;
|
||||
width: calc(100vw - 20px);
|
||||
@ -145,4 +149,4 @@
|
||||
|
||||
#current h2.onLoan {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user