mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-20 00:27:02 +01:00
fix style rules to enrich editor
This commit is contained in:
parent
e168e3e7ec
commit
a317410d7d
3 changed files with 76 additions and 6 deletions
13
styles/less/global/tab-description.less
Normal file
13
styles/less/global/tab-description.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue