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:
parent
2f48360d47
commit
e3974e64af
12 changed files with 70 additions and 50 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
.navbar {
|
||||
background-color: var(--navbar-bg-color);
|
||||
color: var(--navbar-text-color);
|
||||
z-index: 1056;
|
||||
z-index: 1055;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue