From 0fcf3ac95767555c565c4335e6e1073b80878d8a Mon Sep 17 00:00:00 2001 From: havok2063 Date: Wed, 25 Sep 2024 12:17:30 -0400 Subject: [PATCH] forcing mocbtn pos abs --- src/views/Explore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Explore.vue b/src/views/Explore.vue index 508c93d..cabd587 100644 --- a/src/views/Explore.vue +++ b/src/views/Explore.vue @@ -472,7 +472,7 @@ onMounted(async () => { } .mocBtn { - position: absolute; + position: absolute !important; top: 15rem; left: 0.2rem; }