Skip to content

Commit

Permalink
Fix: Container absolute positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 14, 2023
1 parent d45e912 commit 3629770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.3",
"version": "0.1.4",
"description": "A super lightweight, zero dependency date picker, written in vanilla JS",
"author": "sandypockets",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions src/styles/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
font-family: 'Roboto', sans-serif;
}

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

.datepicker-calendar-container {
position: absolute;
padding: 10px;
margin-top: 1px;
width: 275px;
Expand Down

0 comments on commit 3629770

Please sign in to comment.