feat(qr-scanner): remove frame, add shape detection overlay, improve fullscreen desktop layout

This commit is contained in:
2026-02-27 17:52:36 +00:00
parent a699b432d7
commit 613604f3c4
4 changed files with 69 additions and 29 deletions

View File

@@ -83,12 +83,12 @@ onUnmounted(() => {
@media (min-width: 768px) {
.app-body {
overflow: hidden;
overflow: visible;
}
.main-content {
overflow-y: auto;
height: 100%;
overflow: visible;
height: auto;
padding-bottom: 2rem;
}
}