Skip to content

Commit

Permalink
feat(picker): full width single column picker scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 1, 2023
1 parent b797d9b commit 04ca371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/components/picker/picker.less
Expand Up @@ -78,6 +78,9 @@
position: relative;
max-height: 100%;
z-index: 10;
&.picker-column-first.picker-column-last {
width: 100%;
}

&.picker-column-left {
text-align: left;
Expand Down

0 comments on commit 04ca371

Please sign in to comment.