mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
13 lines
303 B
Text
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;
|
|
}
|
|
}
|
|
}
|