make right side overlays go all the way to the top

This commit is contained in:
Mads Rasmussen
2018-05-11 10:11:26 +02:00
parent 095704d297
commit b7c7e8e84b

View File

@@ -139,6 +139,12 @@
padding: 20px;
}
// reset the top position to 0 because we are in a asbolute container and want to
// overlay to go all the way to the top
.umb-editors .umb-overlay.umb-overlay-right {
top: 0;
}
/* ---------- OVERLAY LEFT ---------- */
.umb-overlay.umb-overlay-left {
width: 500px;