fixed list items not filling the overlay

This commit is contained in:
Tickbase
2025-05-18 10:06:32 +02:00
parent 39b34c6620
commit 3a8dccf7f8

View File

@@ -78,10 +78,13 @@
overflow-y: auto; overflow-y: auto;
min-height: 200px; min-height: 200px;
@include custom-scrollbar; @include custom-scrollbar;
padding: 0;
} }
.dlc-list { .dlc-list {
padding: 0.5rem 0; margin: 0;
padding: 0;
list-style: none;
} }
// DLC item // DLC item