mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
hide scrollbar in header
This commit is contained in:
parent
6c039007e5
commit
1f467b2d8d
@ -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
Block a user