diff --git a/src/app/globals.css b/src/app/globals.css
index 440e0e0..353911e 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -821,4 +821,12 @@ html {
.dark .ql-editor {
color: #f3f4f6;
+}
+
+/* Fix scrollbar jump for modals (SweetAlert2, Headless UI, etc.) */
+body.swal2-shown,
+body.modal-open,
+body[data-scroll-locked] {
+ padding-right: 0 !important;
+ margin-right: 0 !important;
}
\ No newline at end of file
diff --git a/src/app/user/about-us/page.tsx b/src/app/user/about-us/page.tsx
index 6318459..a8cdb7a 100644
--- a/src/app/user/about-us/page.tsx
+++ b/src/app/user/about-us/page.tsx
@@ -46,7 +46,7 @@ export default function LandingPage() {
return (
// Sử dụng tông màu Vàng cổ (Parchment) và Xanh rêu (Dark Slate Green)
-
+
{/* --- BACKGROUND IMAGE --- */}
GeoHistory
-
diff --git a/src/app/user/account/page.tsx b/src/app/user/account/page.tsx
index 425d95c..2f108dc 100644
--- a/src/app/user/account/page.tsx
+++ b/src/app/user/account/page.tsx
@@ -33,8 +33,8 @@ export default function Profile() {
return (
-
-
+
+
diff --git a/src/app/user/layout.tsx b/src/app/user/layout.tsx
index dc26440..9444112 100644
--- a/src/app/user/layout.tsx
+++ b/src/app/user/layout.tsx
@@ -44,7 +44,7 @@ export default function AdminLayout({
className={`flex-1 transition-all duration-300 ease-in-out ${mainContentMargin}`}
>
{/*
*/}
-
{children}
+
{children}
diff --git a/src/app/user/page.tsx b/src/app/user/page.tsx
index fcf0981..ff75fa0 100644
--- a/src/app/user/page.tsx
+++ b/src/app/user/page.tsx
@@ -15,14 +15,14 @@ export const metadata: Metadata = {
export default function Ecommerce() {
return (
-
-
+
+
-
+
@@ -30,11 +30,11 @@ export default function Ecommerce() {
-