mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-13 07:54:43 +00:00
9 lines
240 B
SCSS
9 lines
240 B
SCSS
.context-menu {
|
|
position: absolute;
|
|
min-height: 0px;
|
|
}
|
|
|
|
.mat-menu-panel ng-trigger ng-trigger-transformMenu ng-tns-c7-5 context-menu-items mat-menu-after mat-menu-below ng-star-inserted mat-elevation-z4 {
|
|
min-height: 0px!important;
|
|
}
|