mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 22:53:59 +01:00
style: hide scrollbar on mobile
This commit is contained in:
parent
8bfe692a40
commit
5572f20a6a
|
@ -37,6 +37,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
scrollbar-width: none; /* Firefox */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dark::-webkit-scrollbar-thumb {
|
.dark::-webkit-scrollbar-thumb {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(86, 88, 105, var(--tw-bg-opacity));
|
background-color: rgba(86, 88, 105, var(--tw-bg-opacity));
|
||||||
|
|
Loading…
Reference in a new issue