fixing double scroll bars in char sheet

This commit is contained in:
moliloo 2025-07-21 21:16:30 -03:00
parent 5dd364a31f
commit d7d5c279e7
4 changed files with 8 additions and 4 deletions

View file

@ -56,7 +56,7 @@
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
padding: 20px 0;
height: 80%;
height: 73%;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
@ -65,6 +65,10 @@
.currency-section {
display: flex;
gap: 10px;
input {
color: light-dark(@dark, @beige);
}
}
}
}