Skip to content

Commit 04ca371

Browse files
committed
feat(picker): full width single column picker scrolling
1 parent b797d9b commit 04ca371

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/components/picker/picker.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
position: relative;
7979
max-height: 100%;
8080
z-index: 10;
81+
&.picker-column-first.picker-column-last {
82+
width: 100%;
83+
}
8184

8285
&.picker-column-left {
8386
text-align: left;

0 commit comments

Comments
 (0)