-
- {(currentPhotoIndex < 10) ? '0' : ''}{currentPhotoIndex}
-
+
+
+
+
diff --git a/src/style/pages/_viewer-photo.scss b/src/style/pages/_viewer-photo.scss
index 81b9625..cd86dbe 100644
--- a/src/style/pages/_viewer-photo.scss
+++ b/src/style/pages/_viewer-photo.scss
@@ -300,6 +300,7 @@
white-space: nowrap;
pointer-events: none;
user-select: none;
+ overflow: hidden;
@include bp (md, max) {
font-size: clamp(#{rem(80px)}, 24vw, #{rem(120px)});