diff --git a/packages/typescriptlang-org/src/templates/play.scss b/packages/typescriptlang-org/src/templates/play.scss index bfba590c759e..4e0d1a51956b 100644 --- a/packages/typescriptlang-org/src/templates/play.scss +++ b/packages/typescriptlang-org/src/templates/play.scss @@ -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; } } @@ -1241,4 +1241,4 @@ input.good { .monaco-list { background-color: var(--background-color); -} \ No newline at end of file +}