Commit 6cb4981d authored by 杨奕's avatar 杨奕 Committed by GitHub

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

TimePicker: hidden scrollbar in IE10
parents 66d1a93b 72bb5899
......@@ -7,6 +7,8 @@
- 新增 MessageBox 确定按钮自动获取焦点, #721
- 修复 Popover focus 失效, #734
- 修复 Clickoutside 报错, #729
- 修复 DatePicker 选择日期范围时当选中同一天再调整时间会出错
- 更新 TimePicker 滚动条在 IE10+ 下隐藏
- 新增 Dropdown 新增 command api #432
### 1.0.0-rc.8
......
......@@ -8,6 +8,7 @@
flex: 1;
vertical-align: top;
position: relative;
-ms-overflow-style: none;
&:hover {
overflow-y: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment