diff --git a/src/components/node/NodePanelInner/styles.scss b/src/components/node/NodePanelInner/styles.scss index c0ba5407..830ee740 100644 --- a/src/components/node/NodePanelInner/styles.scss +++ b/src/components/node/NodePanelInner/styles.scss @@ -8,8 +8,10 @@ flex-direction: row; align-items: center; justify-content: center; + box-sizing: border-box; &:global(.stack) { + padding: 0 $gap; bottom: 0; position: fixed; }