[Frontend] Fixed z-index problem with child-frames
open nem_prototype open #341 Added discrete z-index definition for frame.child-frame.panel;
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
&.child-frame.panel {
|
||||
background: $colorBodyBg;
|
||||
border: 1px solid $bc;
|
||||
z-index: 0; // Needed to prevent child-frame controls from showing through when another child-frame is above
|
||||
&:hover {
|
||||
border-color: lighten($bc, 10%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user