🐛 Fix problem in viewer with the back button (#6385)

This commit is contained in:
Alonso Torres
2025-05-05 08:54:05 +02:00
committed by GitHub
parent e52fd90963
commit a2c9d307df
2 changed files with 2 additions and 0 deletions

View File

@@ -127,6 +127,7 @@
width: $s-28;
margin-left: $s-8;
background-color: var(--viewer-controls-background-color);
pointer-events: all;
svg {
@extend .button-icon;
stroke: var(--icon-foreground);