From f2c08377d2891eb81e93db0b10954b2e40706269 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Sun, 25 Aug 2024 11:24:53 +0300 Subject: [PATCH] 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 {