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 {