Commit 475bd7ad by Torkel Ödegaard Committed by GitHub

Dashboard: Only show resize-handle on hover (#21160)

parent 8c089b98
@import '~react-grid-layout/css/styles.css';
@import '~react-resizable/css/styles.css';
.react-resizable-handle {
display: none;
}
.react-grid-item {
&:hover {
.react-resizable-handle {
display: initial;
}
}
}
.panel-in-fullscreen {
.react-grid-layout {
height: 100% !important;
......@@ -35,7 +47,7 @@
}
.react-resizable-handle {
display: none;
display: none !important;
}
// the react-grid has a height transition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment