Browse Source

fixed scrolling in ie11 (#4387)

* fixed scrolling in ie11
Dustin Utecht 6 years ago
parent
commit
e223312032
1 changed files with 1 additions and 0 deletions
  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;
       }