Remove Inner scroll bar for node configuration

This commit is contained in:
Rajnikant Lodhi 2022-08-17 16:51:08 +05:30
parent c0f5b022e8
commit 228ea78c41

View File

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