newgrid: various fixes

This commit is contained in:
Torkel Ödegaard
2017-10-11 21:36:03 +02:00
parent 0d9ac4d5a4
commit 3a089dd04c
9 changed files with 65 additions and 70 deletions

View File

@@ -21,4 +21,13 @@
}
}
.react-grid-item {
// overflow: auto;
}
.theme-dark {
.react-grid-item > .react-resizable-handle {
background-image: url('../img/resize-handle-white.svg');
}
}