Commit 2919e576 authored by iamkun's avatar iamkun Committed by Zhi Cun

fix: FF scroll bar width (#18091)

parent 5491e523
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
height: 100%; height: 100%;
@include m(hidden-default) { @include m(hidden-default) {
scrollbar-width: none;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment