1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-09 09:32:32 +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

@ -232,6 +232,7 @@ div.emuoverlay {
}
div.emuscope {
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');