Wister

Results 2 issues of Wister

These elements seem to be missing their CSS styles. Even in the documentation examples are missing: https://tailwind-elements.com/docs/standard/components/popover/ and https://tailwind-elements.com/docs/standard/components/tooltip/ Had to add these CSS styles to fix Popover: ``` .popover...

I tried adding a `serial` column. ``` { "name": "01_add_test_id", "operations": [ { "add_column": { "table": "tests", "column": { "name": "test_id", "type": "serial", "nullable": false } } } ] }...

bug