mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-19 08:27:40 +00:00
added z-index for verilog scope
This commit is contained in:
+3
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user