Skip to content

Commit 54bb9cb

Browse files
author
skinnybrit51
committed
increase z-index
1 parent 27c016a commit 54bb9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

less/datepicker.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@color_table_row_hover: #F5F7D3;
33
@color_font_light: gray;
44
@color_background_color: #fff;
5-
@z_index: 1000;
5+
@z_index: 1050;
66

77
[data-toggle='date-selector'] {
88
cursor: pointer;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "date-selector",
33
"description": "Date picker based off bootstrap styles.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"main": "index.js",
66
"keywords": [
77
"bootstrap",

0 commit comments

Comments
 (0)