fix: workaround for sticky image container header

This commit is contained in:
Daniel Hernández 2022-11-10 21:50:29 -04:00
parent 7715f4f081
commit 060a7e477f
No known key found for this signature in database
GPG Key ID: 1FE6E4A6C61D7B31
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<MkContainer :max-height="300" :foldable="true">
<MkContainer id="photos-container" :max-height="300" :foldable="true">
<template #header><i class="ph-image-bold ph-lg" style="margin-right: 0.5em;"></i>{{ i18n.ts.images }}</template>
<div class="ujigsodd">
<MkLoading v-if="fetching"/>
@ -73,6 +73,10 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
#photos-container {
--stickyTop: 0;
}
.ujigsodd {
padding: 8px;