Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-05-19 12:17:47 +0300
committerGitHub <noreply@github.com>2022-05-19 12:17:47 +0300
commit6b11ce90e8735ee1b3c293492c434a92562e96ed (patch)
treeaa23c018159cce606cb6b2cd769e14fa3e1cb262 /src/components/ViewerComponent.vue
parent56a8e9b7fb2d95777d91bfcc3ccfc960f4b17309 (diff)
parent70e8a5384a21a957721c4e0c2751d1a6d2cf54ef (diff)
Merge pull request #2419 from nextcloud/backport/2373/stable24v24.0.1
[stable24] fix viewer integration styling
Diffstat (limited to 'src/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 361fa1b1e..0049a730f 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -70,10 +70,6 @@ export default {
}
</script>
<style lang="scss">
-#editor-container {
- top: var(--header-height);
-}
-
@media only screen and (max-width: 512px) {
// on mobile, modal-container has top: 50px
#editor-container {