GuavaCZ / tutorials

MIT License
38 stars 7 forks source link

Full screen takeover not working properly #8

Open szerambo opened 3 months ago

szerambo commented 3 months ago

The container for all of the tutorial panels is randomly sizing and is just a bunch of black boxes 660px wide or smaller. Formatting looks bad as well. I presume this is related to the tailwind config, which matches the instructions in the readme.

image image
lukas-frey commented 3 months ago

Hi, make sure you run php artisan filament:assets and have a custom filament theme and have added the plugin's vendor paths to your tailwind config (as described here https://github.com/GuavaCZ/tutorials?tab=readme-ov-file#add-assets-to-your-theme)

szerambo commented 3 months ago

Same result when following the instructions.