diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 6b74d3ca00..2d609a192b 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -170,8 +170,8 @@ export default { .full-height { height: 100vh !important; ::-webkit-scrollbar { - width: 0px; - height: 0px; + width: 5px; + height: 5px; } }