This file (508B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
@use '../../../scss/vars' as v;
p3xr-monitoring-shell {
display: block;
height: 100%;
}
.p3xr-monitoring-shell-container {
display: flex;
flex-direction: column;
height: 100%;
margin: -(v.$layout-padding);
}
.p3xr-monitoring-tabs {
flex-shrink: 0;
> .mat-mdc-tab-header {
background-color: var(--p3xr-content-bg, #303030) !important;
}
}
.p3xr-monitoring-shell-content {
flex: 1;
overflow-y: auto;
min-height: 0;
padding: v.$layout-padding;
}
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |