Merge pull request #319 from acelaya-forks/feature/calendar-z-index

Feature/calendar z index
This commit is contained in:
Alejandro Celaya 2020-10-03 11:28:20 +02:00 committed by GitHub
commit facfd33e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Fixed
* [#316](https://github.com/shlinkio/shlink-web-client/issues/316) Fixed manifest.json file not getting downloaded after passing credentials when the app is protected with basic auth.
* [#311](https://github.com/shlinkio/shlink-web-client/issues/311) Fixed datepicker showing below other components.
## 2.6.0 - 2020-09-20

View file

@ -34,6 +34,10 @@ body,
display: block !important;
}
.react-datepicker-popper {
z-index: 2;
}
.navbar-brand {
@media (max-width: $smMax) {
margin: 0 auto !important;