Skip to content

Commit

Permalink
Update dropdown stories to test new features
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 21, 2023
1 parent fb457d7 commit c8986bc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions packages/docs/stories/Dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
box-sizing: border-box;
width: 110px;
}
.uktdropdown-body {
max-height: 150px;
}
.uktdropdown-body ul {
text-align: left;
list-style-type: none;
Expand Down Expand Up @@ -103,20 +100,17 @@

.out-of-bounds-example.uktdropdown {
position: absolute;
bottom: 20px;
bottom: 50px;
}
.out-of-bounds-example input {
width: 150px;
}

.out-of-bounds-example .uktdropdown-body {
width: 250px;
}
.out-of-bounds-example .uktdropdown-body {
height: 150px;
min-width: 0px;
}

.position-right.uktdropdown {
position: absolute;
right: 30px;
right: 70px;
}

0 comments on commit c8986bc

Please sign in to comment.