Do minor styling fixes (#1283)

This commit is contained in:
Carlos Fernandez 2025-11-15 06:09:50 -08:00 committed by GitHub
parent 97ddf651a0
commit 369559f935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
.tab.active.description {
display: flex;
flex-direction: column;
height: -webkit-fill-available !important;
flex: 1;
overflow-y: hidden !important;
padding-top: 10px;

View file

@ -10,7 +10,7 @@
height: 100%;
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 10%, black 98%, transparent 100%);
padding-bottom: 40px;
padding-bottom: 10px;
height: 100%;
scrollbar-width: thin;