From 64ef5e6c459d695019223ea4c88372f62b6beefd Mon Sep 17 00:00:00 2001 From: EndlesNights Date: Tue, 17 Oct 2023 22:43:15 -0400 Subject: [PATCH] skill overflow rework --- styles/dnd4eBeta.css | 4 +++- templates/actor-sheet.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/dnd4eBeta.css b/styles/dnd4eBeta.css index 27e1e284..35fc653b 100644 --- a/styles/dnd4eBeta.css +++ b/styles/dnd4eBeta.css @@ -413,7 +413,7 @@ textarea{ margin-left:15px; border-right:var(--border-heavy); height:100%; - overflow-y:auto; + /* overflow-y:auto; */ } .dnd4eBeta .section--abilities{ margin-right:15px; @@ -464,6 +464,8 @@ textarea{ .dnd4eBeta .section--skills{ margin-right:15px; margin-top:10px; + overflow-y: auto; + height:calc(100% - 195px); } .dnd4eBeta .section--skills .skill--block{ min-height:27px; diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 885291e2..7c885cb9 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -174,9 +174,10 @@

{{skill.label}}

{{/each}} + {{localize 'DND4EBETA.CheckDescs'}} + - {{localize 'DND4EBETA.CheckDescs'}}