Merge pull request #1386 from GNS3/bugfix/1362

Remove Inner scroll bar for node configuration
This commit is contained in:
Jeremy Grossmann 2022-08-18 00:07:37 +02:00 committed by GitHub
commit 85f60fbc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,3 +68,12 @@ mat-menu-panel {
font-size: 12px !important; font-size: 12px !important;
font-family: monospace; font-family: monospace;
} }
.mat-tab-body-content {
height: 100%;
overflow: initial !important;
}
.mat-tab-body.mat-tab-body-active {
overflow-y: clip !important;
}