Commit 5f852522 authored by Tobias Munk's avatar Tobias Munk

fixed button display (z-index)

parent abd38606
...@@ -11,10 +11,14 @@ ...@@ -11,10 +11,14 @@
.hrzg-widget-widget-controls { .hrzg-widget-widget-controls {
opacity: 0; opacity: 0;
position: absolute; position: absolute;
z-index: 1200;
} }
.hrzg-widget-container-controls { .hrzg-widget-container-controls {
opacity: 0; opacity: 0;
position: absolute;
right: 0;
z-index: 1200;
} }
.hrzg-widget-widget { .hrzg-widget-widget {
......
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