Skip to content

Commit

Permalink
DIT-478: Browser-specific fill-available
Browse files Browse the repository at this point in the history
- Added Firefox version of fill-available to Banner aswell
  • Loading branch information
SindreKjelsrud committed Dec 4, 2024
1 parent e0786f2 commit 3069b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const server= SERVER
img {
width: webkit-fill-available;
height: webkit-fill-available;
width: moz-available;
height: moz-available;
flex-grow: 0;
object-fit: contain;
}
Expand Down

0 comments on commit 3069b8e

Please sign in to comment.