diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 7f3d522a9..346abb02d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1290,8 +1290,11 @@ section #jotOpen { padding-right: 1px; } .fbrowser .folders ul { - padding-left: 0px; + padding: 0px; margin-left: -15px; + margin-bottom: 0px; + overflow-y: auto; + max-height: calc(100vh - 210px); } .fbrowser .folders li { padding-left: 20px; @@ -1314,6 +1317,10 @@ section #jotOpen { .fbrowser .folders + .list { padding-left: 10px; } +.fbrowser .fbrowser-content-container { + overflow-y: auto; + max-height: calc(100vh - 175px); +} .fbrowser .profile-rotator-wrapper { min-height: 200px; } diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 1436182b8..d461f733f 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -11,7 +11,7 @@ in with dropdows the close button needs to be inserted after the dropdown. *}} - {{* The Jot navigation menu (text input, permissions, preview, filebrowser) *}} + {{* The Jot navigation menu for desktop user (text input, permissions, preview, filebrowser) *}} + {{* The Jot navigation menu for small displays (text input, permissions, preview, filebrowser) *}}