aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/footer
diff options
context:
space:
mode:
authorKana <[email protected]>2021-01-08 19:48:25 +0900
committerGitHub <[email protected]>2021-01-08 19:48:25 +0900
commit3cfb2721ce64ab94fdbc9c97b54602acc3c654be (patch)
treeb427becf78c51081e58f1b2af98b2662f7626a39 /src/site/components/footer
parentMerge pull request #248 from WeebDev/feature/stats-dashboard (diff)
parentfix: pg driver doesn't return anything without .returning() (diff)
downloadhost.fuwn.me-3cfb2721ce64ab94fdbc9c97b54602acc3c654be.tar.xz
host.fuwn.me-3cfb2721ce64ab94fdbc9c97b54602acc3c654be.zip
Merge pull request #250 from Zephyrrus/feature/system_status_page
Feature/system status page
Diffstat (limited to 'src/site/components/footer')
-rw-r--r--src/site/components/footer/Footer.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/site/components/footer/Footer.vue b/src/site/components/footer/Footer.vue
index 96774e7..0c77603 100644
--- a/src/site/components/footer/Footer.vue
+++ b/src/site/components/footer/Footer.vue
@@ -72,6 +72,9 @@ export default {
<style lang="scss" scoped>
@import '~/assets/styles/_colors.scss';
footer {
+ pointer-events: none;
+ touch-action: none;
+
@media screen and (min-width: 1025px) {
position: fixed;
bottom: 0;
@@ -84,6 +87,9 @@ export default {
.container {
.column {
+ pointer-events: auto;
+ touch-action: auto;
+
text-align: center;
@media screen and (min-width: 1025px) {
margin-right: 2rem;