fix: Proper drag zone height (fix #6264)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-09-01 11:54:00 +02:00
committed by backportbot[bot]
parent 500662f8ce
commit 6b315f95a7

View File

@@ -248,6 +248,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.drop-upload--sidebar {
min-height: 100%;
}
.button-group { .button-group {
display: flex; display: flex;
gap: calc(var(--default-grid-baseline) * 3); gap: calc(var(--default-grid-baseline) * 3);