From 32474aaffbc91541ddd6676b5905f5e70be95896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Thu, 21 Nov 2024 13:16:44 +0000 Subject: [PATCH] fix(web): drop a not necessary z-index Which was also causing stacking problems at the selection product page. --- web/src/assets/styles/app.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/assets/styles/app.scss b/web/src/assets/styles/app.scss index 5b8625ede..0abd41288 100644 --- a/web/src/assets/styles/app.scss +++ b/web/src/assets/styles/app.scss @@ -62,7 +62,6 @@ button.remove-link:hover { right: 0; bottom: 0; left: 0; - z-index: 999; } } }