Skip to content

Commit 391d531

Browse files
authored
Merge pull request #103 from Jcparkyn/dev
Fix bug where the horizontal gutter could be hidden behind the main panels
2 parents 6a8fdd0 + 39db89e commit 391d531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Nodexr/wwwroot/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ app {
216216
flex-grow: 1;
217217
flex-shrink: 1;
218218
min-height: 0;
219+
overflow: hidden;
219220
}
220221

221222
.content {

0 commit comments

Comments
 (0)