From c9e120b753e972733f10f056676d0518d619f9a3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 31 Mar 2023 19:34:30 +0800 Subject: [PATCH] Revert "Make DM striped background fixed" This reverts commit 49301ae965111020cf56eb9a96b4877ecf10950f. --- src/components/compose.css | 1 - src/components/status.css | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/components/compose.css b/src/components/compose.css index b4062d68..81ac8c51 100644 --- a/src/components/compose.css +++ b/src/components/compose.css @@ -288,7 +288,6 @@ ); /* diagonal stripes of yellow */ background-image: var(--yellow-stripes); - background-attachment: fixed; } #compose-container .media-attachments { diff --git a/src/components/status.css b/src/components/status.css index 596b56fa..b4837685 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -32,7 +32,6 @@ ); /* diagonal stripes of yellow */ background-image: var(--yellow-stripes); - background-attachment: fixed; } /* STATUS PRE META */ @@ -86,7 +85,6 @@ } .status.large.visibility-direct { background-image: var(--fade-in-out-bg), var(--yellow-stripes); - background-attachment: local, fixed; } @keyframes skeleton-breathe {