Skip to content

Commit

Permalink
fix(ui): StatusBar and scrolling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 15, 2018
1 parent 0a38556 commit 7440d0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/@vue/cli-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {
.content
grid-area content
overflow hidden
.status-bar
grid-area status
Expand Down
2 changes: 2 additions & 0 deletions packages/@vue/cli-ui/src/components/ContentView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ export default {
.content
grid-area content
position relative
overflow-x hidden
overflow-y auto
</style>
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/StatusBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
.section
h-box()
align-items center
opacity .5
opacity .8
padding 0 8px
height 100%
cursor default
Expand Down
2 changes: 2 additions & 0 deletions packages/@vue/cli-ui/src/views/ProjectHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ export default {
.content
grid-area content
overflow-x hidden
overflow-y auto
</style>

0 comments on commit 7440d0f

Please sign in to comment.