Skip to content

Commit

Permalink
feat(admin): makes tilesettings scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
asewilhelmsen committed Jul 11, 2023
1 parent 2af0090 commit 698a243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
border-radius: 0.5em;
padding: 1em;
width: 50em;
height: 20em;
overflow: scroll;
height: 25em;
overflow-y: auto;
}
1 change: 1 addition & 0 deletions next-tavla/src/Shared/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ html {
font-size: 16px;
font-weight: 400;
line-height: 1.2;
overflow: hidden;
}

h3 {
Expand Down

0 comments on commit 698a243

Please sign in to comment.