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'}}