hide scrollbar in header
This commit is contained in:
parent
6e1d5f366d
commit
e135f15832
|
@ -518,6 +518,9 @@ onUnmounted(() => {
|
||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.collapse {
|
&.collapse {
|
||||||
--width: 38px;
|
--width: 38px;
|
||||||
|
|
Loading…
Reference in New Issue