diff --git a/frontend/index.html b/frontend/index.html index 2b36112..f0c77aa 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - frontend + ShortVideo
diff --git a/frontend/src/style.css b/frontend/src/style.css index 9f9fd4d..ed94b73 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -25,6 +25,17 @@ box-sizing: border-box; } +/* Hide scrollbars globally (still scrollable). */ +* { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE/Edge legacy */ +} + +*::-webkit-scrollbar { + width: 0; + height: 0; +} + html, body { height: 100%; diff --git a/frontend/src/views/AccountView.vue b/frontend/src/views/AccountView.vue index 65351cc..2c0095a 100644 --- a/frontend/src/views/AccountView.vue +++ b/frontend/src/views/AccountView.vue @@ -339,10 +339,10 @@ watch(