mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Updated styling docs
This commit is contained in:
parent
3cb9b4c99b
commit
5d1f615c14
8 changed files with 127 additions and 47 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue