Scroll sidebar
This commit is contained in:
parent
79c661f6d2
commit
dbdb21c4ab
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="w-auto lg:w-64 bg-grey-darkest text-white antialiased fixed pin-l h-full">
|
<div class="w-auto lg:w-64 bg-grey-darkest text-white antialiased fixed pin-l h-full overflow-y-scroll">
|
||||||
<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