CC-6082 - add y-scrollbar to file metadata editor at small resolutions

This commit is contained in:
Duncan Sommerville 2015-08-18 12:58:34 -04:00
parent 263c2709bf
commit cee2fe5a63
2 changed files with 5 additions and 1 deletions

View file

@ -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;