Do minor styling fixes

This commit is contained in:
Carlos Fernandez 2025-11-14 16:14:28 -05:00
parent 63e66bd0d3
commit 2f32a938f3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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