Browse Source

Merge pull request #1951 from nextcloud/settingsmaxheight

restricted the height of the settings area in core/css/apps.css
tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
19af06cdea
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      core/css/apps.css

+ 3
- 0
core/css/apps.css View File

#app-settings { #app-settings {
position: fixed; position: fixed;
width: 250px; /* change to 100% when layout positions are absolute */ width: 250px; /* change to 100% when layout positions are absolute */
max-height: 80%;
bottom: 0; bottom: 0;
z-index: 140; z-index: 140;
overflow-x: hidden;
overflow-y: scroll;
} }
#app-settings.opened #app-settings-content { #app-settings.opened #app-settings-content {
display: block; display: block;

Loading…
Cancel
Save