Fixed various style bugs with the gantt chart
This commit is contained in:
parent
72468a0604
commit
84b20ef32b
3 changed files with 3 additions and 1 deletions
|
|
@ -148,6 +148,7 @@ $gantt-vertical-border-color: lighten($grey, 45);
|
|||
min-height: 0;
|
||||
top: 10vh;
|
||||
right: 10vw;
|
||||
z-index: 5;
|
||||
|
||||
.card-content {
|
||||
max-height: 60vh;
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@ h1,h2,h3,h4,h5,h6{
|
|||
|
||||
.navbar.main-theme {
|
||||
background: $light-background;
|
||||
z-index: 30 !important;
|
||||
}
|
||||
|
||||
.switch-view {
|
||||
|
|
|
|||
Reference in a new issue