vite-plugin-entry-shaking-debugger
Version:
Debugger for vite-plugin-entry-shaking
26 lines (23 loc) • 336 B
CSS
html,
body,
#storybook-root,
#root {
width: 100% ;
height: 100% ;
}
.floating-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.dialog-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}