ソースを参照

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;
         text-align: left;
         max-height: 300px;
         max-height: 300px;
         overflow: auto;
         overflow: auto;
+        -ms-overflow-style: scrollbar;
         z-index: 1001;
         z-index: 1001;
       }
       }