mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-14 05:54:40 +08:00
fix UI bug
This commit is contained in:
@@ -94,6 +94,19 @@ button:focus-visible {
|
||||
}
|
||||
|
||||
|
||||
/*滚动条样式*/
|
||||
@media (min-width: 650px) {
|
||||
::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
height: 10px;
|
||||
background: rgba(255,255,255,0.25);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user