Skip to content

Commit c80c68e

Browse files
authored
fix(FEC-10577): the player bars displayed when overlay is open (#554)
The bars should be hidden when the overlay is open (to prevent hover toggling)
1 parent 50ecc53 commit c80c68e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/bottom-bar/_bottom-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
padding: 6px 16px;
7979
}
8080

81-
.player.overlay-active .bottom-bar {
81+
.player.overlay-active .gui-area .bottom-bar {
8282
opacity: 0;
8383
visibility: hidden;
8484
height: 0;

src/components/top-bar/_top-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
height: auto;
5959
}
6060

61-
.player.overlay-active .top-bar {
61+
.player.overlay-active .gui-area .top-bar {
6262
opacity: 0;
6363
visibility: hidden;
6464
height: 0;

0 commit comments

Comments
 (0)