Skip to content

Commit

Permalink
fix: fullscreen image preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Apr 8, 2023
1 parent 736a086 commit da33172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/gallery/GalleryItemPreviewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const isFullscreen = useVModel(props, 'value', emit)
@import '@/styles/abstracts/variables';
.gallery-item-modal {
position: fixed;
:deep &-content {
height: calc(100% - $navbar-desktop-min-height + 1px) !important;
margin-top: calc($navbar-desktop-min-height - 1px) !important;
Expand Down

0 comments on commit da33172

Please sign in to comment.