-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect compliance calendar picker zindex
Depending on the browser viewport size, the compliance calendar picker would render underneath the compliance view tab menu. This commit adds a zindex to the calendar picker dropdown to correct this issue. Signed-off-by: Scott Christopherson <scott@scott-christopherson.com>
- Loading branch information
1 parent
cb73664
commit b1e358c
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,11 @@ | |
} | ||
} | ||
|
||
chef-dropdown { | ||
.calendar-dropdown { | ||
top: 100%; | ||
right: 0; | ||
padding: 0.5em; | ||
z-index: 1; | ||
} | ||
} | ||
} | ||
|