mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
BrandedBackground: fix pattern making links unclickable
This commit is contained in:
@@ -35,6 +35,7 @@ export default function BrandedBackground() {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
|
||||
background-image: url('${
|
||||
theme.palette.mode === "dark" ? bgPatternDark : bgPattern
|
||||
|
||||
Reference in New Issue
Block a user