naive-ui/styles/Detachable.scss

8 lines
108 B
SCSS

.n-content-wrapper {
position: fixed;
left: 0;
top: 0;
width: 0;
height: 0;
overflow: visible;
}