浏览代码

fixed an issue where the stash didn't have a scrollbar when the inventory.css file was loaded before stash.css

tags/v0.4.3^2
Big Bad Waffle 4 年前
父节点
当前提交
f6e92a4e27
共有 1 个文件被更改,包括 7 次插入10 次删除
  1. +7
    -10
      src/client/ui/templates/stash/styles.less

+ 7
- 10
src/client/ui/templates/stash/styles.less 查看文件

@@ -1,21 +1,18 @@
@import "../../../css/colors.less";

.uiStash {
.grid {
overflow-y: auto;
}

.footer {
color: @blueB;
background-color: @blackC;
padding-bottom: 7px;
}

&.scrolls {
width: 834px;

.grid {
overflow-y: auto;
width: 825px;
}
}

.footer {
color: @blueB;
background-color: @blackC;
padding-bottom: 7px;
}
}

正在加载...
取消
保存