2
0
mirror of https://github.com/frappe/books.git synced 2025-02-08 15:08:29 +00:00

fix: Scrolling in GetStarted page

This commit is contained in:
Faris Ansari 2019-12-23 18:21:04 +05:30
parent a7b45c626a
commit f2071c96df

View File

@ -1,13 +1,15 @@
<template> <template>
<div> <div class="flex flex-col overflow-y-hidden">
<PageHeader> <PageHeader>
<h1 slot="title" class="text-2xl font-bold"> <h1 slot="title" class="text-2xl font-bold">
{{ _('Setup your workspace') }} {{ _('Setup your workspace') }}
</h1> </h1>
</PageHeader> </PageHeader>
<div class="px-8 mt-4"> <div class="px-8">
<div class="border-t"></div> <div class="mt-4 border-t"></div>
<div class="mt-6" v-for="section in sections" :key="section.label"> </div>
<div class="px-8 flex-1 overflow-y-auto">
<div class="my-6" v-for="section in sections" :key="section.label">
<h2 class="font-medium">{{ section.label }}</h2> <h2 class="font-medium">{{ section.label }}</h2>
<div class="mt-4 flex -mx-2"> <div class="mt-4 flex -mx-2">
<div <div