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
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-08-09 23:51:47 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-08-23 15:14:31 +0300
commit8c8dac729080a8f8aeb07fc2267961c1d237c27a (patch)
treebe5eb610f8322f9e1e5a8d359ca5b12f21ef1a93
parent14fc150a253a96ed09c016712aeb2a893a1e9363 (diff)
Make section headers sticky
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r--src/views/Timeline.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index d2813ffc..0b9340f2 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -371,6 +371,10 @@ export default {
top: calc(var(--header-height) + 60px);
}
+ ::v-deep .files-list-viewer__section-header {
+ top: calc(var(--header-height) + 60px);
+ }
+
.section-header {
padding: 24px 0 16px 0;
}