This commit is contained in:
kron
2025-07-24 11:54:38 +08:00
parent 666c95e8b9
commit 553e23ed46
5 changed files with 19 additions and 5 deletions

View File

@@ -92,6 +92,11 @@ defineProps({
.players {
display: flex;
}
.players::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.players > view {
width: 50%;
height: 85px;