From f42bfe409001056d20fe2cc79009055f56456781 Mon Sep 17 00:00:00 2001 From: misterpekert Date: Tue, 24 Oct 2023 10:01:03 +0200 Subject: [PATCH] add Sentry error clean up css and components from unnecessary class --- assets/css/global.scss | 8 -------- components/ExternalDa.vue | 10 ++++------ pages/browse/[[term]].vue | 4 ++-- pages/message/[id].vue | 4 ++-- pages/myposts.vue | 4 ++-- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/assets/css/global.scss b/assets/css/global.scss index 78f03c61..e0c0af33 100644 --- a/assets/css/global.scss +++ b/assets/css/global.scss @@ -533,11 +533,3 @@ label { font-size: 1.8rem; } } - -.modal-above-fade { - // We can't get this quite how we'd like. We'd like these ads to appear above the modal fade, and below the modal content. - // But we can't do that, because of the way that position: fixed locks the z-index of the children. That means the - // effective z-index of the fade and the modal contents is the same. So we do this, which will occasionally overlap - // the modal contents in an annoying way. It would be nice to figure out something better. - //z-index: 1056 !important; -} diff --git a/components/ExternalDa.vue b/components/ExternalDa.vue index 1a213e86..493e6db0 100644 --- a/components/ExternalDa.vue +++ b/components/ExternalDa.vue @@ -24,6 +24,7 @@