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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2022-09-20 20:02:53 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-09-20 20:02:53 +0300
commit8a072cb6bc17d4654e6f94f3f82611cb6587c3a5 (patch)
tree49c9eeb5239d24381cdf5612750046fd3221f52f /src
parent6a7279be3e5bdde924c24155647f2ae2d61ca83d (diff)
FaceContent: Move header to proper place
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'src')
-rw-r--r--src/views/FaceContent.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/FaceContent.vue b/src/views/FaceContent.vue
index 67224708..5b8382a1 100644
--- a/src/views/FaceContent.vue
+++ b/src/views/FaceContent.vue
@@ -405,7 +405,6 @@ export default {
align-items: center;
justify-content: space-between;
position: sticky;
- top: var(--header-height);
z-index: 3;
background: var(--color-main-background);
padding: 0 64px;