From 9f13677b33de5f831f729793e12901075431d45e Mon Sep 17 00:00:00 2001 From: sussy layers dev Date: Sat, 16 Dec 2023 15:51:30 +0000 Subject: [PATCH] fix z-index --- core/css.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css.js b/core/css.js index 06b20a37fd..6fcd875ae0 100644 --- a/core/css.js +++ b/core/css.js @@ -1355,6 +1355,7 @@ Blockly.Css.CONTENT = [ 'position: absolute;', 'top: -3px;', 'right: -3px;', + 'z-index: 2', '}', '.scratchCategoryItemIcon {',