Skip to content

Commit 53c7fe5

Browse files
committed
fix: scrollbars are showing when using blurred background
1 parent a2bcd5e commit 53c7fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sections/player.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export class Player extends LitElement {
170170
.container.blurred-background {
171171
background: none;
172172
isolation: isolate;
173+
overflow: hidden;
173174
}
174175
175176
.container.blurred-background::before {

0 commit comments

Comments
 (0)