Change max height

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-14 22:43:29 +01:00
parent cdd89f8c76
commit 6ebcd1f413
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
.glassCard {
width: 45%;
max-height: 100%;
max-height: 79vh;
margin: 16px 0 16px 0;
padding: 10px 20px 10px 20px;
height: fit-content;
+1 -2
View File
@@ -1,6 +1,6 @@
.glassCard {
width: 45%;
max-height: 100%;
max-height: 79vh;
margin: 16px 0 16px 0;
padding: 10px 20px 10px 20px;
height: fit-content;
@@ -14,7 +14,6 @@
inset 0 -1px 0 rgba(255, 255, 255, 0.1),
inset 0 0 8px 4px rgba(255, 255, 255, 0.4);
overflow: scroll;
}
.glassCard::-webkit-scrollbar{