Skip to content

Commit 7cdd061

Browse files
authored
fix: ui overlap between dropdown and sticky-widget (microsoft#3147)
1 parent 618269a commit 7cdd061

File tree

1 file changed

+3
-3
lines changed
  • packages/typescriptlang-org/src/templates

1 file changed

+3
-3
lines changed

packages/typescriptlang-org/src/templates/play.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
}
6060

6161
&.dropdown {
62-
6362
ul,
6463
.dropdown-dialog {
64+
$sticky-widget-z-index: 4;
6565

6666
display: none;
6767

6868
position: absolute;
6969
top: 100%;
7070
left: 0;
71-
z-index: 1;
71+
z-index: $sticky-widget-z-index + 1;
7272
float: left;
7373
}
7474
}
@@ -1241,4 +1241,4 @@ input.good {
12411241

12421242
.monaco-list {
12431243
background-color: var(--background-color);
1244-
}
1244+
}

0 commit comments

Comments
 (0)