diff --git a/styles/less/global/tab-description.less b/styles/less/global/tab-description.less index be95ef6d..5c18e02b 100644 --- a/styles/less/global/tab-description.less +++ b/styles/less/global/tab-description.less @@ -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; diff --git a/styles/less/sheets/actors/character/biography.less b/styles/less/sheets/actors/character/biography.less index e07d7080..036da6fb 100644 --- a/styles/less/sheets/actors/character/biography.less +++ b/styles/less/sheets/actors/character/biography.less @@ -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;