TimePicker: hidden scrollbar in IE10

pull/744/head
qingwei.li 2016-10-31 13:05:47 +08:00
parent 49a4097cf1
commit 83dca7574d
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- 新增 MessageBox 确定按钮自动获取焦点, #721
- 修复 Popover focus 失效, #734
- 修复 Clickoutside 报错, #729
- 修复 DatePicker 选择日期范围时当选中同一天再调整时间会出错
- 更新 TimePicker 滚动条在 IE10+ 下隐藏
### 1.0.0-rc.8

View File

@ -8,6 +8,7 @@
flex: 1;
vertical-align: top;
position: relative;
-ms-overflow-style: none;
&:hover {
overflow-y: auto;