Hide vertical scrollbar in Safari
This commit is contained in:
parent
44b357c316
commit
b915a92982
|
@ -82,6 +82,7 @@
|
|||
overflow: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue