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:
parent
b5e3331323
commit
7b30bb74e6
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user