Fixed user groups scrollbar

This commit is contained in:
Ylian Saint-Hilaire
2021-03-21 02:53:42 -07:00
parent 65f473ad25
commit 954075a32f
2 changed files with 6 additions and 0 deletions

View File

@@ -1034,6 +1034,11 @@ NoMeshesPanel img {
border-spacing: 0;
}
#p50groups {
max-height: calc(100vh - 244px);
overflow-y: auto;
}
#p3users {
max-height: calc(100vh - 244px);
overflow-y: auto;