Fix : uncessery scroll bars and discard background not clickable
release-tag / release-image (push) Successful in 35s
release-tag / release-image (push) Successful in 35s
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user