Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Sep 9, 2024
1 parent 8c8964f commit f73839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pug/Mixins/Popup.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mixin popup(type)
class='fixed bottom-3 flex z-30 h-[calc(theme(spacing.24))] max-lg:hidden')&attributes(attributes)
a.link(
href=`[##_article_${type}_link_##]`
class='absolute w-full h-full z-10')
class='absolute top-0 left-0 w-full h-full z-10')
#{`s_article_${type}_thumbnail`}
.img
img.thumb(
Expand Down

0 comments on commit f73839a

Please sign in to comment.