docs: use sticky instead of fixed menu

This commit is contained in:
Philipp Kühn
2021-04-20 11:07:50 +02:00
parent ce5b68a661
commit 6a188d4055
2 changed files with 15 additions and 13 deletions

View File

@@ -1,14 +1,14 @@
<template>
<div class="app">
<div class="app__navigation">
<banner-message
to="https://www.tiptap.dev/"
v-if="$route.name === 'home'"
color="black"
>
Youre browsing the documentation for v2.x. Click here for v1.x documentation
</banner-message>
<banner-message
to="https://www.tiptap.dev/"
v-if="$route.name === 'home'"
color="black"
>
Youre browsing the documentation for v2.x. Click here for v1.x documentation
</banner-message>
<div class="app__navigation">
<div class="app__top-bar">
<g-link class="app__logo" to="/">
<img src="~@/assets/images/logo.svg">