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 {