Skip to content

Commit

Permalink
Fix: Absolution positioning on container
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 14, 2023
1 parent 37da1d1 commit c986396
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/datepicker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-dates-picker",
"version": "0.1.5",
"version": "0.1.6",
"description": "A super lightweight, zero dependency date picker, written in vanilla JS",
"author": "sandypockets",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/styles/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
font-family: 'Roboto', sans-serif;
}

div.easy-dates-picker {
div#easy-dates-picker {
position: relative;
}

.datepicker-calendar-container {
position: absolute;
top: 40px;
z-index: 100;
padding: 10px;
margin-top: 1px;
Expand Down

0 comments on commit c986396

Please sign in to comment.