Miscellaneous styling fixes (#1374)

* Fixing up modal and cover selector

* adding code for card image

* fixing placeholder border

* Fixing placeholder issue

* Fixing drop down z-index

* Updating reading list
This commit is contained in:
Robbie Davis 2022-07-13 17:50:15 -04:00 committed by GitHub
parent 2f48360d47
commit e3974e64af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 70 additions and 50 deletions

View file

@ -16,5 +16,5 @@
}
.dropdown {
//z-index: 1055 !important; // ngb v12 bug: https://github.com/ng-bootstrap/ng-bootstrap/issues/2686
z-index: 1055 !important; // ngb v12 bug: https://github.com/ng-bootstrap/ng-bootstrap/issues/2686
}

View file

@ -1,7 +1,7 @@
.navbar {
background-color: var(--navbar-bg-color);
color: var(--navbar-text-color);
z-index: 1056;
z-index: 1055;
}