Skip to content

Commit

Permalink
fix: ui overlap between dropdown and sticky-widget (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeWooKKang authored Jun 11, 2024
1 parent 618269a commit 7cdd061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/typescriptlang-org/src/templates/play.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
}

&.dropdown {

ul,
.dropdown-dialog {
$sticky-widget-z-index: 4;

display: none;

position: absolute;
top: 100%;
left: 0;
z-index: 1;
z-index: $sticky-widget-z-index + 1;
float: left;
}
}
Expand Down Expand Up @@ -1241,4 +1241,4 @@ input.good {

.monaco-list {
background-color: var(--background-color);
}
}

0 comments on commit 7cdd061

Please sign in to comment.