Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ng-datepicker/ng-datepicker.component.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $color: #1A91EB

.ngx-datepicker-container
position: relative

z-index: 999;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 99 would be enough. :)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkuri, I would like to avoid big z-index values. This may break compatibility with some libraries with modal dialogs (like Bootstrap).

.ngx-datepicker-input
padding: 5px 10px
font-size: 14px
Expand Down