From 7b30bb74e63c9a89bb65262346faad27a3cbdcfd Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 26 Nov 2018 07:24:49 -0500 Subject: [PATCH] added z-index for verilog scope --- css/ui.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/ui.css b/css/ui.css index 0c9d4d37..6dc21e55 100644 --- a/css/ui.css +++ b/css/ui.css @@ -231,7 +231,8 @@ div.emuoverlay { height:100%; } div.emuscope { - background-color: #333; + background-color:#333; + z-index:1; } div.emuspacer { width:100%; @@ -331,6 +332,7 @@ div.replaydiv { background-repeat: no-repeat; background-position: 50%; pointer-events:auto; + z-index:1; } .gutter.gutter-horizontal { background-image: url('grips/vertical.png');