diff --git a/apps/frontend/src/pages/servers/index.vue b/apps/frontend/src/pages/servers/index.vue
index 43cf3b7a3..77b0253b5 100644
--- a/apps/frontend/src/pages/servers/index.vue
+++ b/apps/frontend/src/pages/servers/index.vue
@@ -403,7 +403,7 @@
Frequently Asked Questions
-
+
@@ -416,7 +416,7 @@
-
+
@@ -430,7 +430,7 @@
-
+
@@ -444,7 +444,7 @@
-
+
@@ -457,7 +457,7 @@
-
+
@@ -895,6 +895,7 @@ const scrollToFaq = () => {
// where pyro-hash === route.hash
const faq = document.querySelector(`[pyro-hash="${route.hash.slice(1)}"]`);
if (faq) {
+ faq.open = true;
const top = faq.getBoundingClientRect().top;
const offset = window.innerHeight / 2 - faq.clientHeight / 2;
window.scrollTo({ top: window.scrollY + top - offset, behavior: "smooth" });