Replace scroll shadows with scroll animation timeline (#1951)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-31 06:29:54 -04:00 committed by GitHub
parent 729e8bca42
commit 3fbc1e97c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 102 additions and 79 deletions

View file

@ -14,8 +14,7 @@
.tab.active {
flex: 1;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
.with-scroll-shadows();
}
div[data-application-part='form'] {

View file

@ -18,7 +18,7 @@
overflow: auto;
padding: 10px 0;
max-height: 700px;
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
.with-scroll-shadows();
.level-achievements-container,
.level-advancements-container {