fix(ui): viewer modal — haze background through to the image, fit-to-view at zoom 1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,9 @@ watch(() => props.src, () => panZoom.reset())
|
||||
.fc-canvas {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
background: rgb(var(--v-theme-background));
|
||||
/* Transparent so the viewer's haze shows through to the image area
|
||||
instead of a solid panel sitting on top of it. */
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
cursor: zoom-in;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user