daggerheart/styles/less/global/tab-description.less
Murilo Brito a119683c31
[Bugfix] Fix style rules to enrich editor (#488)
* fix style rules to enrich editor

* fix li font style
2025-07-31 04:50:46 +02:00

13 lines
303 B
Text

@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;
}
}
}