nxsetup: fix overflow

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/807/merge
Varun Patil 2023-10-03 11:28:59 -07:00
parent 0152baa016
commit 6d3fa7d27b
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ export default defineComponent({
.nxsetup-outer {
width: 100%;
height: 100%;
overflow-y: auto;
background-color: var(--color-background-plain);
color: var(--color-primary-text);
text-align: center;