From 76e7e9f4232ce4d814d5e31f17d5276d401674fa Mon Sep 17 00:00:00 2001 From: ayush-may Date: Sun, 21 Jul 2024 17:19:19 +0530 Subject: [PATCH] fixed issue #381 --- .idea/.gitignore | 5 +++++ .idea/Community-Page.iml | 12 ++++++++++++ .idea/material_theme_project_new.xml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ public/css/styles.css | 1 + 6 files changed, 44 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Community-Page.iml create mode 100644 .idea/material_theme_project_new.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/Community-Page.iml b/.idea/Community-Page.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/Community-Page.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..2d7e1f0 --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..ba8b4e2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/css/styles.css b/public/css/styles.css index 9566173..19ee8e1 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1079,6 +1079,7 @@ h3 { border: solid 2px purple; max-height: 24.625em; overflow: scroll; + overflow-x: hidden; -webkit-overflow-scrolling: touch; }