Skip to content

Commit d39c00a

Browse files
committed
Update position of the close button wrt to the main container
1 parent b190851 commit d39c00a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/date-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
position: absolute;
269269
z-index: 5;
270270
left: -1px;
271+
bottom: -2.5em;
271272
cursor: pointer;
272273
outline: none;
273274
border-top: 1px solid #aaa;

src/datetime-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@
378378
position: absolute;
379379
z-index: 5;
380380
left: -1px;
381+
bottom: -2.5em;
381382
cursor: pointer;
382383
outline: none;
383384
border-top: 1px solid #aaa;

src/time-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
position: absolute;
266266
z-index: 5;
267267
left: -1px;
268+
bottom: -2.5em;
268269
cursor: pointer;
269270
outline: none;
270271
border-top: 1px solid #aaa;

0 commit comments

Comments
 (0)