Skip to content

Commit

Permalink
Update customCSS.css
Browse files Browse the repository at this point in the history
Fix sizing by making height dynamic
  • Loading branch information
amanharwara committed Mar 21, 2019
1 parent e7f5482 commit 54be52f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/windows/customCSS/css/customCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ html {
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #212222 !important;
display: flex;
flex-direction: column;
}

.main,
.container-after-titlebar {
display: flex;
flex-direction: column;
}

body {
Expand Down Expand Up @@ -36,7 +44,7 @@ body {
.cssarea {
overflow-x: hidden;
overflow-y: scroll;
height: 64.75vh;
flex-grow: 1;
margin: 0 !important;
}

Expand Down

0 comments on commit 54be52f

Please sign in to comment.