Change max height
This commit is contained in:
@@ -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,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{
|
||||
|
||||
Reference in New Issue
Block a user