Skip to content

Commit c02a905

Browse files
committed
Fix #3387
1 parent 1194798 commit c02a905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ pluto-editor.is_recording > header#pluto-nav {
12221222
.outline-frame-actions-container {
12231223
position: fixed;
12241224
top: 3px;
1225-
z-index: 1501;
1225+
z-index: 2010;
12261226
display: flex;
12271227
flex-direction: row;
12281228
flex-wrap: wrap;
@@ -1267,7 +1267,7 @@ div.recording-playback {
12671267
width: min(500px, 90vw);
12681268
position: fixed;
12691269
bottom: 16px;
1270-
z-index: 1501;
1270+
z-index: 2010;
12711271
}
12721272
div.recording-playback audio {
12731273
width: 100%;

0 commit comments

Comments
 (0)