mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixes to flex
This commit is contained in:
parent
fb5b36d3da
commit
42159ac96d
9 changed files with 59 additions and 60 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue