mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
fix: vaultwarden info mismatch (#645)
This commit is contained in:
parent
4bb5741707
commit
47ecc7a006
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ export default function ScriptAccordion({
|
|||
value={expandedItem}
|
||||
onValueChange={handleAccordionChange}
|
||||
collapsible
|
||||
className="overflow-y-scroll max-h-[calc(100vh-210px)] overflow-x-hidden mt-3 p-2"
|
||||
className="overflow-y-scroll max-h-[calc(100vh-220px)] overflow-x-hidden mt-3 p-2"
|
||||
>
|
||||
{items.map((category) => (
|
||||
<AccordionItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue