Corrected scrollbar

This commit is contained in:
WBHarry 2025-08-26 17:57:57 +02:00
parent 7ecf71cebb
commit c1c8173b6f

View file

@ -54,6 +54,10 @@
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 8px;
max-height: 184px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
.domain-container {
position: relative;
@ -61,8 +65,6 @@
justify-content: center;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
max-height: 184px;
overflow: auto;
&.selectable {
height: 100%;