mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
8 lines
101 B
SCSS
8 lines
101 B
SCSS
|
|
.fullscreen-grid-container {
|
||
|
|
overflow: auto;
|
||
|
|
|
||
|
|
.react-grid-layout {
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
}
|