mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Fixed z-index in react-datepicker
This commit is contained in:
parent
3eade5a0c0
commit
28ebd55b69
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ body,
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-datepicker-popper {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
@media (max-width: $smMax) {
|
@media (max-width: $smMax) {
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
|
|
Loading…
Reference in a new issue