mirror of https://github.com/ElemeFE/element
fix: FF scroll bar width (#18091)
parent
5491e52391
commit
2919e5769b
|
@ -19,6 +19,7 @@
|
|||
height: 100%;
|
||||
|
||||
@include m(hidden-default) {
|
||||
scrollbar-width: none;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
Loading…
Reference in New Issue