mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
fix vertical scroll
This commit is contained in:
@@ -184,11 +184,10 @@ button {
|
|||||||
position: relative;
|
position: relative;
|
||||||
flex: none;
|
flex: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-list {
|
.x-friend-list {
|
||||||
overflow: hidden auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-item {
|
.x-friend-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user