Move dashboard properties, fix scroll (#758)

* started moving properties to home tab

* moved properties

* refactored panel in dashboard

* fix errors

* fix miss-naming
This commit is contained in:
Anthony Dresser
2018-02-23 13:34:11 -08:00
committed by GitHub
parent fdc956e116
commit f9d8f479b5
10 changed files with 156 additions and 115 deletions

View File

@@ -6,4 +6,13 @@
dashboard-widget-container {
height: 100%;
width: 100%;
}
}
.scroll-container {
height: 100%;
width: 100%;
}
.scrollable {
position: relative;
}