[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:
Charles Hacskaylo
2015-12-11 14:47:25 -08:00
parent 0ce19ad75d
commit 24d28d6ec2
3 changed files with 29 additions and 26 deletions

View File

@@ -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%);
}