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