Merge pull request #744 from QingWei-Li/fix/time-picker-scrollbar

TimePicker: hidden scrollbar in IE10
pull/755/head
杨奕 2016-11-01 10:09:08 +08:00 committed by GitHub
commit 6cb4981d55
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
- 新增 MessageBox 确定按钮自动获取焦点, #721
- 修复 Popover focus 失效, #734
- 修复 Clickoutside 报错, #729
- 修复 DatePicker 选择日期范围时当选中同一天再调整时间会出错
- 更新 TimePicker 滚动条在 IE10+ 下隐藏
- 新增 Dropdown 新增 command api #432
### 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;