DialogItemSplit height fit-content

This commit is contained in:
Vincent Vandemeulebrouck 2022-12-12 23:32:23 +01:00
parent bbde3b73fe
commit 10681b3f61
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export class DialogSplitItem extends Dialog {
}
constructor(item, splitData, html, callback) {
let options = { classes: ["dialogsplit"], width: 300, height: 160, 'z-index': 99999 };
let options = { classes: ["dialogsplit"], width: 300, height: 'fit-content', 'z-index': 99999 };
let conf = {
title: "Séparer en deux",
content: html,