Fix : uncessery scroll bars and discard background not clickable
release-tag / release-image (push) Successful in 35s

This commit is contained in:
2024-05-17 13:49:36 +02:00
parent 8a688bd2da
commit e0f34d4488
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ watch(
margin-top: 15px;
transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1);
isolation: isolate;
pointer-events: all;
}
.card.active {
-1
View File
@@ -63,7 +63,6 @@ const discard_unwrapped = ref<boolean>(false)
#player_list {
grid-area: player_list;
border-left: 5px solid black;
border-bottom: 5px solid black;
height: 100%;
background-image: url("/images/bg-darkgrass.png");
}