Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Position dropzone #1002

Merged
merged 6 commits into from
Dec 14, 2020
Merged

Position dropzone #1002

merged 6 commits into from
Dec 14, 2020

Conversation

fschade
Copy link
Contributor

@fschade fschade commented Dec 14, 2020

together with

owncloud/web#4489

it fixes

owncloud/ocis#1052

…rientates by the viewport which means it always coveres the entire screen. This is something we could't know and the decision should be left to the consuming app. instead we use position absolute to just cover the next parent which ist positioned relative or the viewport.

in situations where the body is higher or wider then the viewport fixed works better because absolute won't cover the scrollable parts of the content. since oc apps always do scrolling on their own this is no problem
fix changelog typos
changelog/unreleased/dropzone-positionming Outdated Show resolved Hide resolved
changelog/unreleased/dropzone-positionming Outdated Show resolved Hide resolved
changelog/unreleased/dropzone-positionming Outdated Show resolved Hide resolved
changelog/unreleased/dropzone-positionming Outdated Show resolved Hide resolved
src/styles/theme/oc-dropzone.scss Outdated Show resolved Hide resolved
src/styles/theme/oc-dropzone.scss Outdated Show resolved Hide resolved
@fschade fschade closed this Dec 14, 2020
@LukasHirt
Copy link
Collaborator

@fschade Why was this closed?

@fschade fschade reopened this Dec 14, 2020
@fschade fschade merged commit 017e8d8 into master Dec 14, 2020
@fschade
Copy link
Contributor Author

fschade commented Dec 14, 2020

@fschade Why was this closed?

ugh, i don't know. reopened and merged

@phil-davis phil-davis deleted the position-dropzone branch December 14, 2020 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants