Fix gray background of drawing menu on Chrome

This commit is contained in:
ziajka 2018-12-13 08:38:11 +01:00
parent 9c02e63d69
commit e76d6c4236

View File

@ -38,6 +38,10 @@ g.node:hover {
}
}
.mat-drawer-content {
height: auto !important;
}
.drawer-container {
height: 72px !important;