CC-6082 - add y-scrollbar to file metadata editor at small resolutions
This commit is contained in:
parent
263c2709bf
commit
cee2fe5a63
2 changed files with 5 additions and 1 deletions
|
@ -513,6 +513,10 @@ li.ui-state-default {
|
|||
left: 4px;
|
||||
}
|
||||
|
||||
[tab-type='md'] > .editor_pane_wrapper {
|
||||
overflow-x: hidden; /* Show the y-direction scrollbar (magic!) */
|
||||
}
|
||||
|
||||
.inner_editor_wrapper {
|
||||
max-height: 60%;
|
||||
overflow-x: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue