1
0
Fork 0

feat(lab): Let dropdown grow bigger

This commit is contained in:
Joost De Cock 2022-01-25 15:45:37 +01:00
parent 4bc4ab8e6c
commit 94923f11d8
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,7 @@ const PatternPicker = ({ app }) => {
<DesignIcon />
<span>Patterns</span>
</div>
<ul tabIndex="0" className="p-2 shadow menu dropdown-content bg-base-100 rounded-box w-52 max-h-96 overflow-y-scroll">
<ul tabIndex="0" className="p-2 shadow menu dropdown-content bg-base-100 rounded-box w-52 overflow-y-scroll navdrop">
{Object.keys(app.patterns).map(section => (
<React.Fragment key={section}>
<li className={`