diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html
index ffdbd5f..f4bb794 100644
--- a/src/api/templates/contact.html
+++ b/src/api/templates/contact.html
@@ -19,7 +19,7 @@
background: #f5f5f5;
color: #333;
line-height: 1.6;
- scrollbar-gutter: stable both-edges;
+ overflow-y: scroll;
}
.container {
diff --git a/src/api/templates/dashboard.html b/src/api/templates/dashboard.html
index 4b76108..e049f3b 100644
--- a/src/api/templates/dashboard.html
+++ b/src/api/templates/dashboard.html
@@ -19,7 +19,7 @@
background: #f5f5f5;
color: #333;
line-height: 1.6;
- scrollbar-gutter: stable both-edges;
+ overflow-y: scroll;
}
.container {
diff --git a/src/api/templates/index.html b/src/api/templates/index.html
index f6b6a09..4aca926 100644
--- a/src/api/templates/index.html
+++ b/src/api/templates/index.html
@@ -19,7 +19,7 @@
background: #f5f5f5;
color: #333;
line-height: 1.6;
- scrollbar-gutter: stable both-edges;
+ overflow-y: scroll;
}
.container {