Skip to content

Commit

Permalink
Don't hardcode positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaree committed Oct 11, 2024
1 parent 7ed629e commit a198d12
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ $flag-min-resolution: 192dpi;
border: 1px solid $border_light !important;
position: absolute;
z-index: 2;
// The dropdown should automatically appear above/below the input depending on the available space. For this to work properly, you must only initialise the plugin after the <input> has been added to the DOM.
top: 45px;
top: 100%;
}

&.dark {
Expand Down

0 comments on commit a198d12

Please sign in to comment.