mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Theme: Update theme layering * More updates * Updates to shadows and dropdowns * Moved panel option group to emotion global styles * more minor fixes
19 lines
261 B
SCSS
19 lines
261 B
SCSS
.panel-editor__scroll {
|
|
flex-grow: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
min-height: 0;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.panel-editor__content {
|
|
padding: 0 16px 16px 16px;
|
|
}
|
|
|
|
.panel-in-fullscreen {
|
|
.search-container {
|
|
left: 0 !important;
|
|
}
|
|
}
|