Sfoglia il codice sorgente

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 anni fa
parent
commit
19af06cdea
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      core/css/apps.css

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

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

Loading…
Annulla
Salva