Promote dev → uat: GRO-1026 portal mobile overflow fix (#89)
CI / Test (push) Successful in 21s
CI / Lint & Typecheck (pull_request) Successful in 29s
CI / Test (pull_request) Successful in 47s
CI / Lint & Typecheck (push) Successful in 1m2s
CI / Build & Push Docker Image (pull_request) Successful in 23s
CI / Build & Push Docker Image (push) Successful in 16s

Promote dev → uat: GRO-1026 portal mobile overflow fix (scrollbar-hide re-apply)
This commit was merged in pull request #89.
This commit is contained in:
2026-06-26 09:08:01 +00:00
parent d0745ed802
commit 82e119875b
4 changed files with 21 additions and 3 deletions
+9
View File
@@ -78,6 +78,15 @@ input:focus, select:focus, textarea:focus {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
/* ─── Scrollbar hide utility ─── */
.scrollbar-hide {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
/* ─── Scrollbar polish ─── */
::-webkit-scrollbar {
width: 6px;