fix style rules to enrich editor

This commit is contained in:
moliloo 2025-07-30 23:07:10 -03:00
parent e168e3e7ec
commit a317410d7d
3 changed files with 76 additions and 6 deletions

View file

@ -0,0 +1,13 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
.daggerheart.dh-style {
.tab.active.description {
overflow-y: hidden !important;
height: -webkit-fill-available !important;
fieldset {
height: -webkit-fill-available;
}
}
}