Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Cleaning up CSS structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hansen committed Jan 17, 2018
1 parent 1dc38dc commit 7c97967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/* If user wants to use "page scroll" instead of editor/treeview scroll, then this class will apply */
.hyper-ide-page-scroll .hyper-ide-content {
height: auto;
min-height: calc(100vh - 4rem);
margin-bottom: 5rem;
}

Expand Down Expand Up @@ -67,6 +68,7 @@
.hyper-ide-splash {
height: auto;
min-height: 100%;
position: relative;
}

/* "Tab control" wrapping editor (both tab buttons, and editor surface) */
Expand Down

0 comments on commit 7c97967

Please sign in to comment.