mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-05 18:18:29 +00:00
Merge pull request #1386 from GNS3/bugfix/1362
Remove Inner scroll bar for node configuration
This commit is contained in:
commit
85f60fbc1c
@ -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;
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user