Skip to content

Commit

Permalink
Fixed auto height bug on Firefox where the banner would fill 100% height
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jun 4, 2021
1 parent daee7b2 commit 7c42ea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

>
<button @click="adClick" is="coral-button" variant="CTA">
Show your support
Donate now
</button>
</a>

Expand Down
6 changes: 5 additions & 1 deletion website/macos-big-sur-icons/src/views/UserProfile.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<div>

<StickyBanner/>

<!-- Intro section -->
<section class="profile-page-head-wrapper">
Expand Down Expand Up @@ -163,6 +165,7 @@ import UserIconGrid from '@/components/UserIconGrid.vue';
import UserIconCardLoading from '@/components/UserIconCardLoading.vue';
import EditIconDialog from "@/components/EditIconDialog.vue"
import deleteDialog from "@/components/deleteDialog.vue"
import StickyBanner from "@/components/StickyBanner.vue"
import Parse from 'parse'
import { mapGetters, mapActions } from 'vuex'
Expand All @@ -176,7 +179,8 @@ export default {
UserIconGrid,
UserIconCardLoading,
EditIconDialog,
deleteDialog
deleteDialog,
StickyBanner
},
data(){
Expand Down

1 comment on commit 7c42ea4

@vercel
Copy link

@vercel vercel bot commented on 7c42ea4 Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.