Workaround for selenium chrome driver issue.
This commit is contained in:
parent
1230db1fbd
commit
3b9b801c99
1 changed files with 5 additions and 1 deletions
|
@ -3932,6 +3932,10 @@ footer {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shortcut {
|
||||||
|
zIndex: 1000;
|
||||||
|
}
|
||||||
|
|
||||||
.shortcut .dropdown-menu > .active > a {
|
.shortcut .dropdown-menu > .active > a {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
@ -3954,7 +3958,7 @@ footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 43px;
|
top: 43px;
|
||||||
@extend .u-clickable, .zIndex-7;
|
@extend .u-clickable, .zIndex-7;
|
||||||
|
|
||||||
&.is-hidden {
|
&.is-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue