Fix skip to highlight not hiding when none

This commit is contained in:
Ajay Ramachandran 2021-10-22 01:50:17 -04:00
parent 41739a8799
commit 8b595af5e9

View file

@ -538,6 +538,10 @@ input::-webkit-inner-spin-button {
color: white;
}
.skipButtonControlBarContainer.hidden {
display: none !important;
}
.skipButtonControlBarContainer.mobile {
bottom: 30%;
margin-left: 5px;