Skip to content

Commit

Permalink
Fix: Absolute positioning and z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 14, 2023
1 parent 3629770 commit 95fb76a
Show file tree
Hide file tree
Showing 3 changed files with 3 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.4",
"version": "0.1.5",
"description": "A super lightweight, zero dependency date picker, written in vanilla JS",
"author": "sandypockets",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/styles/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ div.easy-dates-picker {

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

0 comments on commit 95fb76a

Please sign in to comment.