feat(qr-scanner): remove frame, add shape detection overlay, improve fullscreen desktop layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user