From 550f1f8c5685a0bf813f61714df0f687f839b073 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:19:49 +0300 Subject: [PATCH 1/5] Update globals.css --- src/app/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/globals.css b/src/app/globals.css index 544dba7..d33ff7f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -116,6 +116,7 @@ a, button { /* full size image */ .medium-zoom-image--opened { cursor: zoom-out; + z-index: 2; } .white { From 682d4083f7a7a8b99a11104551e04ba8027d3234 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:23:53 +0300 Subject: [PATCH 2/5] Update globals.css --- src/app/globals.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index d33ff7f..544dba7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -116,7 +116,6 @@ a, button { /* full size image */ .medium-zoom-image--opened { cursor: zoom-out; - z-index: 2; } .white { From f2c08377d2891eb81e93db0b10954b2e40706269 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:24:53 +0300 Subject: [PATCH 3/5] Update Photo.module.css --- src/components/Photo/Photo.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Photo/Photo.module.css b/src/components/Photo/Photo.module.css index 7e95744..3a13a9b 100644 --- a/src/components/Photo/Photo.module.css +++ b/src/components/Photo/Photo.module.css @@ -2,6 +2,8 @@ width: 100%; display: flex; flex-direction: column; + position: relative; + z-index: 2; } .single { From e6a1c55035165d08046b11874a88c54bc12fb713 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:26:29 +0300 Subject: [PATCH 4/5] Update Tag.module.css --- src/components/Tag/Tag.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tag/Tag.module.css b/src/components/Tag/Tag.module.css index d626606..66ab3f7 100644 --- a/src/components/Tag/Tag.module.css +++ b/src/components/Tag/Tag.module.css @@ -1,5 +1,5 @@ .tag { - position: relative; + isolation: isolate; display: inline-flex; align-items: baseline; border-radius: 4px; From 39bf8c0be8f5c7abafc9251c425b8b2505df5971 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:27:22 +0300 Subject: [PATCH 5/5] Update Photo.module.css --- src/components/Photo/Photo.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Photo/Photo.module.css b/src/components/Photo/Photo.module.css index 3a13a9b..7e95744 100644 --- a/src/components/Photo/Photo.module.css +++ b/src/components/Photo/Photo.module.css @@ -2,8 +2,6 @@ width: 100%; display: flex; flex-direction: column; - position: relative; - z-index: 2; } .single {