Skip to content

Commit 7440d0f

Browse files
author
Guillaume Chau
committed
fix(ui): StatusBar and scrolling fixes
1 parent 0a38556 commit 7440d0f

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

packages/@vue/cli-ui/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
3535
.content
3636
grid-area content
37+
overflow hidden
3738
3839
.status-bar
3940
grid-area status

packages/@vue/cli-ui/src/components/ContentView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ export default {
5050
.content
5151
grid-area content
5252
position relative
53+
overflow-x hidden
54+
overflow-y auto
5355
</style>

packages/@vue/cli-ui/src/components/StatusBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143
.section
144144
h-box()
145145
align-items center
146-
opacity .5
146+
opacity .8
147147
padding 0 8px
148148
height 100%
149149
cursor default

packages/@vue/cli-ui/src/views/ProjectHome.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ export default {
2828
2929
.content
3030
grid-area content
31+
overflow-x hidden
32+
overflow-y auto
3133
3234
</style>

0 commit comments

Comments
 (0)