Explorar el Código

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 hace 7 años
padre
commit
19af06cdea
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      core/css/apps.css

+ 3
- 0
core/css/apps.css Ver fichero

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

Cargando…
Cancelar
Guardar