1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-23 12:29:30 +00:00

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

View File

@ -231,7 +231,8 @@ div.emuoverlay {
height:100%; height:100%;
} }
div.emuscope { div.emuscope {
background-color: #333; background-color:#333;
z-index:1;
} }
div.emuspacer { div.emuspacer {
width:100%; width:100%;
@ -331,6 +332,7 @@ div.replaydiv {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50%; background-position: 50%;
pointer-events:auto; pointer-events:auto;
z-index:1;
} }
.gutter.gutter-horizontal { .gutter.gutter-horizontal {
background-image: url('grips/vertical.png'); background-image: url('grips/vertical.png');