aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index
diff options
context:
space:
mode:
author偏右 <afc163@gmail.com>2017-10-22 16:38:04 +0800
committerGitHub <noreply@github.com>2017-10-22 16:38:04 +0800
commitf0ac29c61df164ab3e867ef86137faa13d85a87f (patch)
tree6b1baa2373001870fa00310da36d46b21e8a43c8 /assets/index
parentcc2dca8a2bb0bf3b820903043be2586fb413c458 (diff)
parent8a116e355bfabda48537be06d21cf01fdceaa8b7 (diff)
downloadtime-picker-f0ac29c61df164ab3e867ef86137faa13d85a87f.tar.gz
time-picker-f0ac29c61df164ab3e867ef86137faa13d85a87f.tar.zst
time-picker-f0ac29c61df164ab3e867ef86137faa13d85a87f.zip
Merge branch 'master' into picker-step
Diffstat (limited to 'assets/index')
-rw-r--r--assets/index/Select.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/index/Select.less b/assets/index/Select.less
index 8bec4a0..ecef8a8 100644
--- a/assets/index/Select.less
+++ b/assets/index/Select.less
@@ -6,7 +6,8 @@
6 margin-left: -1px; 6 margin-left: -1px;
7 box-sizing: border-box; 7 box-sizing: border-box;
8 width: 56px; 8 width: 56px;
9 overflow: hidden; 9 max-height: 144px;
10 overflow-y: auto;
10 position: relative; // Fix chrome weird render bug 11 position: relative; // Fix chrome weird render bug
11 12
12 &-active { 13 &-active {
@@ -28,7 +29,6 @@
28 margin: 0; 29 margin: 0;
29 padding: 0; 30 padding: 0;
30 width: 100%; 31 width: 100%;
31 max-height: 144px;
32 } 32 }
33 33
34 li { 34 li {