Overlap sidebar

This commit is contained in:
Oliver Davies 2019-03-14 13:20:59 +00:00
parent da96ab8609
commit e912118985
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="w-auto lg:w-56 bg-grey-light text-grey-darker antialiased fixed pin-l h-full overflow-y-scroll">
<div class="w-auto lg:w-56 bg-grey-light text-grey-darker antialiased fixed pin-l h-full overflow-y-scroll z-30 -mt-2px">
<div>
<ul class="list-reset">
<li v-for="link in links" :key="link.title">

View file

@ -66,6 +66,10 @@ module.exports = {
'56': '14rem',
'64': '16rem',
},
negativeMargin: {
...defaultConfig.negativeMargin,
'2px': '2px',
},
width: {
...defaultConfig.width,
'56': '14rem',