Change the scrolling from the whole sheet content to the sheet body only
This commit is contained in:
@ -322,6 +322,12 @@ 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;}
|
||||
|
||||
.editor {
|
||||
border: 2;
|
||||
height: 300px;
|
||||
|
Reference in New Issue
Block a user