mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-26 19:56:41 +00:00
Fixed z-index in react-datepicker
This commit is contained in:
@@ -34,6 +34,10 @@ body,
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.react-datepicker-popper {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
@media (max-width: $smMax) {
|
||||
margin: 0 auto !important;
|
||||
|
||||
Reference in New Issue
Block a user