From 264a22bce4c00cca49a50fe7fa504290978236f7 Mon Sep 17 00:00:00 2001 From: FinumSamBrun Date: Fri, 24 Jul 2026 08:21:44 +0200 Subject: [PATCH] fix: fixed the placement of the z-index of commit 2c8f1548ec3815ebc58c75e55a1064a40de93884 --- src/RocketJsDemo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RocketJsDemo.js b/src/RocketJsDemo.js index 3cc67571..9c70bbcc 100644 --- a/src/RocketJsDemo.js +++ b/src/RocketJsDemo.js @@ -250,7 +250,6 @@ export class RocketJsDemo extends LitElement { background-color: #eee; width: 100%; overflow: hidden; - z-index: 0; } #resize { @@ -280,6 +279,7 @@ export class RocketJsDemo extends LitElement { max-width: 100%; min-width: min-content; background: white; + z-index: 0; } #bottom {