Skip to content

Commit

Permalink
fixed z-index, exported options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Sep 9, 2021
1 parent cab1ccf commit 2ca2f3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/css/tempus-dominus.css

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

2 changes: 1 addition & 1 deletion dist/css/tempus-dominus.css.map

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

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"type": "git",
"url": "https://github.com/Eonasdan/tempus-dominus.git"
},
"version": "6.0.0-alpha1.0.4",
"version": "6.0.0-alpha1.0.5",
"funding": "https://ko-fi.com/eonasdan"
}
2 changes: 1 addition & 1 deletion src/js/tempus-dominus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,4 @@ class TempusDominus {
};
}

export { TempusDominus, Namespace, DefaultOptions, DateTime };
export { TempusDominus, Namespace, DefaultOptions, DateTime, Options };
1 change: 1 addition & 0 deletions src/sass/tempus-dominus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ todo look at how bootstrap loops through their vars to make a --root section
display: none;
background-color: white;
border: 1px solid black;
z-index: 9999;

&.calendarWeeks {
width: 21rem;
Expand Down

0 comments on commit 2ca2f3d

Please sign in to comment.