Fixed user groups scrollbar
Ylian Saint-Hilaire committed
Mar 21, 2021 at 02:53 UTC
954075a32f71e577736f4bde18234b3bf2b95790
2 files changed
+6
public/styles/style.css
+5
@@ -1034,6 +1034,11 @@ NoMeshesPanel img {
1034
border-spacing: 0;
1035
}
1036
1037
+#p50groups {
1038
+ max-height: calc(100vh - 244px);
1039
+ overflow-y: auto;
1040
+}
1041
+
1042
#p3users {
1043
max-height: calc(100vh - 244px);
1044
overflow-y: auto;
views/default.handlebars
+1
@@ -1670,6 +1670,7 @@
1670
QS('p2info')['height'] = 'calc(100vh - ' + (20 + xh + xh2) + 'px)';
1671
QS('p2info')['max-height'] = 'calc(100vh - ' + (20 + xh + xh2) + 'px)';
1672
QS('p3users')['max-height'] = 'calc(100vh - ' + (50 + xh) + 'px)'; // 124
1673
+ QS('p50groups')['max-height'] = 'calc(100vh - ' + (50 + xh) + 'px)'; // 124
1674
QS('p3events')['height'] = 'calc(100vh - ' + (50 + xh) + 'px)'; // 124
1675
QS('p5filetable')['height'] = 'calc(100vh - ' + (99 + xh) + 'px)'; // 160
1676
QS('p13filetable')['height'] = 'calc(100vh - ' + (127 + xh + xh2) + 'px)'; // 124