1
0

Fixed various style bugs with the gantt chart

This commit is contained in:
kolaente
2019-04-30 11:02:38 +02:00
parent 72468a0604
commit 84b20ef32b
3 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -240,6 +240,7 @@ h1,h2,h3,h4,h5,h6{
.navbar.main-theme {
background: $light-background;
z-index: 30 !important;
}
.switch-view {