Fixes to flex

This commit is contained in:
Cagatay Civici 2023-10-07 18:46:59 +03:00
parent fb5b36d3da
commit 42159ac96d
9 changed files with 59 additions and 60 deletions

View file

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