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

Commit

Permalink
fix: dashboard height should take up full screen (#204)
Browse files Browse the repository at this point in the history
* fix: dashboard height should take up full screen

* increment gradle version to 3.31.1
  • Loading branch information
sdford authored and fieldju committed Sep 18, 2019
1 parent aa33667 commit 5394718
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dashboard/app/components/App/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

html, body {
height: 100%;
overflow-y: hidden;
}

#main-wrapper {
Expand Down Expand Up @@ -32,7 +33,7 @@ html, body {
border-left-style: solid;
border-left-width: 1px;

max-height: 800px;
max-height: 90vh;
overflow-y: auto;

#workspace-wrapper {
Expand All @@ -42,4 +43,4 @@ html, body {
padding-left: 10px;
}
}
}
}
4 changes: 2 additions & 2 deletions dashboard/app/components/SideBar/SideBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: flex;
flex-flow: column;

max-height: 800px;
max-height: 90vh;
overflow-y: auto;

.sidebar-header {
Expand Down Expand Up @@ -88,4 +88,4 @@

.sidebar-search-container {
padding-top: 5px;
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.
#

version=3.30.0
version=3.31.1
groupId=com.nike.cerberus
artifactId=cms

0 comments on commit 5394718

Please sign in to comment.