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

Commit

Permalink
Kelp GUI: add scrolling to welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Apr 17, 2021
1 parent 2798c78 commit 86214e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/web/src/components/molecules/Welcome/Welcome.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
position: relative;
border-radius: 4px;
overflow: hidden;
max-height: 80%;
z-index: 1;
width: 90%;
max-width: 700/16+rem;
Expand All @@ -66,6 +67,8 @@

.content {
width: 57%;
overflow-x: auto;
overflow-y: auto;
padding: 2rem;
box-sizing: border-box;
}
Expand Down

0 comments on commit 86214e8

Please sign in to comment.