diff --git a/public/css/desktop.css b/public/css/desktop.css index 201b034..d2f42ae 100644 --- a/public/css/desktop.css +++ b/public/css/desktop.css @@ -82,15 +82,17 @@ header > p { .content::before { content: ""; - background-image: url('gemuese_transparent.png'); + background-image: url('../pictures/gemuese_transparent.png'); background-repeat: no-repeat; background-position: 50% 10%; position: absolute; + overflow: auto; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.2; + pointer-events: none; } #aktuelle_auswahl {