From 3bf393dc69721e573968b8e95d967c568220fc01 Mon Sep 17 00:00:00 2001 From: FinumSamBrun Date: Mon, 13 Jul 2026 14:52:16 +0200 Subject: [PATCH] fix: fixed an overlapping issue when components were using z indexes by overwriting said z-index. for the showcase. the stacking order inside of the component should stay the same --- src/RocketJsDemo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RocketJsDemo.js b/src/RocketJsDemo.js index f8461dae..3cc67571 100644 --- a/src/RocketJsDemo.js +++ b/src/RocketJsDemo.js @@ -250,6 +250,7 @@ export class RocketJsDemo extends LitElement { background-color: #eee; width: 100%; overflow: hidden; + z-index: 0; } #resize {