Merge branch 'fix-beautyfier' into 'v1.4'
Fix scrolling removal to affect RDD sheets only See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!236
This commit is contained in:
commit
7b78732b13
@ -322,11 +322,11 @@ table {border: 1px solid #7a7971;}
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sheet .window-content {overflow: hidden;}
|
||||
.sheet .window-content .sheet-header {overflow: hidden;}
|
||||
.sheet .window-content .sheet-tabs {overflow: hidden;}
|
||||
.sheet .window-content .sheet-body {overflow-y: scroll;}
|
||||
.sheet .window-content .sheet-body .tab {padding-bottom: 30px;}
|
||||
.rdd.sheet .window-content {overflow: hidden;}
|
||||
.rdd.sheet .window-content .sheet-header {overflow: hidden;}
|
||||
.rdd.sheet .window-content .sheet-tabs {overflow: hidden;}
|
||||
.rdd.sheet .window-content .sheet-body {overflow-y: scroll;}
|
||||
.rdd.sheet .window-content .sheet-body .tab {padding-bottom: 30px;}
|
||||
|
||||
.editor {
|
||||
border: 2;
|
||||
|
Loading…
Reference in New Issue
Block a user