This commit is contained in:
2026-07-16 05:08:26 +02:00
parent 3aa1acde0a
commit 4123c0b377
2 changed files with 2 additions and 1 deletions

View File

@@ -1736,6 +1736,7 @@ body.sidebar-right-hidden .global-sidebar-right {
overflow-x: hidden;
border-right: 1px solid var(--nav-border-color);
z-index: 1;
box-shadow: 5px 0 15px rgba(0, 0, 0, 0.5) !important;
}
body.layout-modern .item-layout-container .item-main-content {

View File

@@ -6826,7 +6826,7 @@ window.cancelAnimFrame = (function () {
leftEdgeZone.style.pointerEvents = 'all';
} else {
const rect = sb.getBoundingClientRect();
leftEdgeZone.style.left = (rect.right - 12) + 'px';
leftEdgeZone.style.left = (rect.right - 5) + 'px';
leftEdgeZone.style.pointerEvents = 'all';
}
};