Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 86214e8

Browse files
committed
Kelp GUI: add scrolling to welcome screen
1 parent 2798c78 commit 86214e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gui/web/src/components/molecules/Welcome/Welcome.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
position: relative;
4343
border-radius: 4px;
4444
overflow: hidden;
45+
max-height: 80%;
4546
z-index: 1;
4647
width: 90%;
4748
max-width: 700/16+rem;
@@ -66,6 +67,8 @@
6667

6768
.content {
6869
width: 57%;
70+
overflow-x: auto;
71+
overflow-y: auto;
6972
padding: 2rem;
7073
box-sizing: border-box;
7174
}

0 commit comments

Comments
 (0)