浏览代码

fixed scrolling in ie11 (#4387)

* fixed scrolling in ie11
Dustin Utecht 6 年之前
父节点
当前提交
e223312032
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/themes/theme.scss

+ 1 - 0
src/themes/theme.scss

@@ -38,6 +38,7 @@
         text-align: left;
         max-height: 300px;
         overflow: auto;
+        -ms-overflow-style: scrollbar;
         z-index: 1001;
       }