Updated styling docs

This commit is contained in:
Cagatay Civici 2023-10-07 16:04:27 +03:00
parent 3cb9b4c99b
commit 5d1f615c14
8 changed files with 127 additions and 47 deletions

View file

@ -80,7 +80,7 @@
></Button>
</div>
<div :style="scrollable ? { 'max-height': '40rem' } : undefined">
<div :style="scrollable ? { 'max-height': '40rem', overflow: 'auto' } : undefined">
<template v-if="codeMode === 'basic' && importCode">
<pre v-code.script><code>{{ code.basic }}
</code></pre>