diff --git a/src/App/styles.less b/src/App/styles.less index 9435857b4..694d7bdef 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -85,7 +85,7 @@ html { bottom: calc(1.2 * var(--horizontal-nav-bar-size)); left: auto; z-index: 1; - padding: 0 calc(1.2 * var(--horizontal-nav-bar-size)); + padding: 0 calc(0.5 * var(--horizontal-nav-bar-size)); overflow-y: auto; scrollbar-width: none; pointer-events: none;