added z-index for verilog scope

This commit is contained in:
Steven Hugg 2018-11-26 07:24:49 -05:00
parent b5e3331323
commit 7b30bb74e6
1 changed files with 3 additions and 1 deletions

View File

@ -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');