diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue
index e0beed785accfe9f7a0d1b8d9034ecbebd9c1cf5..5984e4acd52d7409ce62610e955f98aab8a8a772 100644
--- a/src/components/ArticleFooter.vue
+++ b/src/components/ArticleFooter.vue
@@ -1,6 +1,7 @@
 <template>
   <div class="article_footer">
      <v-snackbar center left light 
+                 tile
                  v-model='copy_popup'
                  timeout="2000">
          
diff --git a/src/components/Header.vue b/src/components/Header.vue
index 961544b78dec56b3f5343555446a481356397179..457446ed8bfd4e73bc92d6c2ba48cdfaf4e69b50 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -7,13 +7,13 @@
     <span class="header_group_list" v-if="group_list.length" tabindex="0">{{group_list}}</span>
 
     <span v-if="split_inf" tabindex="0"> (kløyvd infinitiv: <i>-a</i>
-      <v-menu rounded="0" v-model="menu" offset-x max-width="200px">
+      <v-menu tile v-model="menu" offset-x max-width="200px">
         <template v-slot:activator="{ on, attrs }">
           <v-btn aria-label="Mer informasjon om kløyvd infinitiv" x-small icon v-on="on" v-bind="attrs" class="info-button">
             <v-icon color="primary" size="14px">$vuetify.icons.value.info</v-icon>
           </v-btn>
         </template>
-        <v-card rounded="0" class="info-card">
+        <v-card tile class="info-card">
           Dersom du bruker kløyvd infinitiv, skal dette verbet ha <i>-a</i> i infinitiv. Les meir
           <a target="_blank" href="https://www.sprakradet.no/svardatabase/sporsmal-og-svar/kloyvd-infinitiv-/">her</a>.
         </v-card>