1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

chore: (sasjs-tests) prevent redundant rendering of vertical scroll bar

This commit is contained in:
Trevor Moody
2025-11-22 17:58:00 +00:00
parent c42a20a8ee
commit 680f5a4872

View File

@@ -12,10 +12,6 @@ body {
background: #f5f5f5; background: #f5f5f5;
} }
#app {
min-height: 100vh;
}
.app__error { .app__error {
max-width: 800px; max-width: 800px;
margin: 50px auto; margin: 50px auto;
@@ -40,4 +36,4 @@ body {
border-radius: 4px; border-radius: 4px;
overflow-x: auto; overflow-x: auto;
} }
} }