Skip to content

Commit bfafb8b

Browse files
authored
fix: overflow clip to prevent selector header from dissapearing (#18649)
1 parent 91e6a50 commit bfafb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner/src/app/app.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $spec-list-width: 250px;
4545
bottom: 0;
4646
box-shadow: inset 0 0 10px #555;
4747
left: 33%;
48-
overflow: hidden;
48+
overflow: clip;
4949
position: absolute;
5050
right: 0;
5151
top: 0;

0 commit comments

Comments
 (0)