fix: Proper drag zone height (fix #6264)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
backportbot[bot]
parent
500662f8ce
commit
6b315f95a7
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user