Move scrollbar definition to global styling (#1887)

This commit is contained in:
Carlos Fernandez 2026-05-15 03:01:03 -04:00 committed by GitHub
parent 829a6161ff
commit bc3c09fa2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 7 additions and 73 deletions

View file

@ -10,9 +10,6 @@
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
padding-bottom: 20px;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
}
}

View file

@ -9,9 +9,6 @@
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
padding-bottom: 20px;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
}
}

View file

@ -20,8 +20,6 @@
.tab {
flex: 1;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
&.active {
overflow: hidden;