Skip to content

Commit 2c8f154

Browse files
FinumSamBrundaKmoR
authored andcommitted
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
1 parent 5a10e64 commit 2c8f154

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/RocketJsDemo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export class RocketJsDemo extends LitElement {
250250
background-color: #eee;
251251
width: 100%;
252252
overflow: hidden;
253+
z-index: 0;
253254
}
254255
255256
#resize {

0 commit comments

Comments
 (0)