@@ -42,6 +42,10 @@ body {
box-sizing: border-box;
}
.right-wrap {
+ pointer-events: none;
+ & > * {
+ pointer-events: auto;
+ }
position: absolute;
top: calc(var(--header-height) + 24px);
// height: calc( 100vh - var(--header-height) - 24px );