瀏覽代碼

restricted the height of the settings area in core/css/apps.css to max 80%

Signed-off-by: pgys <info@pexlab.space>
tags/v11.0RC2
pgys 7 年之前
父節點
當前提交
bd7abc2d0a
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      core/css/apps.css

+ 3
- 0
core/css/apps.css 查看文件

#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…
取消
儲存