Fix scrollable tab

This commit is contained in:
Dapoolp 2025-07-24 15:48:25 +02:00
parent 6301e575e3
commit 2357aaeb31
2 changed files with 7 additions and 1 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: 73%;
// height: 73%;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;