mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Fix mobile scrollbar
This commit is contained in:
parent
ab7e094f3f
commit
f7bec1f4b4
@ -30,10 +30,8 @@ html {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
*{
|
||||
scrollbar-color: #004ee9 #f8faff;
|
||||
|
Loading…
Reference in New Issue
Block a user