fix(toolbar): Issue with toolbar is positioned under the ring overlay
This commit is contained in:
@@ -169,6 +169,7 @@ form {
|
||||
}
|
||||
|
||||
.tipsy {
|
||||
z-index: $tooltipsZ;
|
||||
&-inner {
|
||||
background-color: $tooltipBg;
|
||||
}
|
||||
@@ -176,4 +177,4 @@ form {
|
||||
&-arrow {
|
||||
border-color: $tooltipBg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,6 +60,7 @@ $defaultWatermarkLink: '../images/watermark.png';
|
||||
/**
|
||||
* Z-indexes. TODO: Replace this by a function.
|
||||
*/
|
||||
$tooltipsZ: 901;
|
||||
$toolbarZ: 900;
|
||||
$overlayZ: 800;
|
||||
|
||||
@@ -72,4 +73,4 @@ $defaultDarkFontColor: #000;
|
||||
$buttonFontColor: #777;
|
||||
$buttonHoverFontColor: #287ade;
|
||||
$linkFontColor: #489afe;
|
||||
$linkHoverFontColor: #287ade;
|
||||
$linkHoverFontColor: #287ade;
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
.video-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#videospace {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user