Overlap sidebar
This commit is contained in:
parent
6498782f16
commit
6f8fa650de
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="w-auto lg:w-56 bg-grey-3 text-grey-6 antialiased fixed pin-l h-full overflow-y-scroll">
|
<<<<<<< HEAD
|
||||||
|
<div class="w-auto lg:w-56 bg-grey-3 text-grey-6 antialiased fixed pin-l h-full overflow-y-scroll z-30 -mt-2px">
|
||||||
<div>
|
<div>
|
||||||
<ul class="list-reset">
|
<ul class="list-reset">
|
||||||
<li v-for="link in links" :key="link.title">
|
<li v-for="link in links" :key="link.title">
|
||||||
|
|
Reference in a new issue