From 3c023ba5886854bc09532b5cee36178ad4d98ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 1 Jun 2026 08:31:44 +0300 Subject: [PATCH] style: remove backdrop-filter blur from music production overlay --- resources/views/front/music-productions/show.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/front/music-productions/show.blade.php b/resources/views/front/music-productions/show.blade.php index 36c2651..eb49c53 100644 --- a/resources/views/front/music-productions/show.blade.php +++ b/resources/views/front/music-productions/show.blade.php @@ -291,7 +291,6 @@ position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); - backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center;