grafana/public/sass/components/_panel_editor.scss
Torkel Ödegaard 44cf2f8efe
Theme: Update theme layering (#33217)
* Theme: Update theme layering

* More updates

* Updates to shadows and dropdowns

* Moved panel option group to emotion global styles

* more minor fixes
2021-04-22 09:18:32 +02:00

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;
}
}