awcodes / overlook

An app overview widget for Filament panels.
MIT License
158 stars 11 forks source link

Wrong height widget #27

Closed DeviJv closed 9 months ago

DeviJv commented 9 months ago

Filament Version

v3

Plugin Version

2

PHP Version

8.2

Problem description

why my widget look like this :(

image

Expected behavior

how to setting height?

Steps to reproduce

how to setting height?

Reproduction repository

No response

Relevant log output

how to setting height?
eelco2k commented 8 months ago

i've got the same issue, what was the solution?

awcodes commented 8 months ago

You didn't follow the readme install instructions about setting up a theme for filament.

eelco2k commented 8 months ago

found the issue, in the custom theme filament there was a paragraph which i did not see that good because of an horizontal scoll. (was hidden)

i had to register the theme in my panelProvider like so:

->viteTheme('resources/css/filament/admin/theme.css')

DeviJv commented 8 months ago

i solved just add custom theme bro

kingmaker-agm commented 3 months ago

@eelco2k @DeviJv

What should I have to do if I'm not using a Custom Theme for Filament v3? Is it absolutely necessary to have a custom theme setup for this to work?

@awcodes you can also comment on this. https://github.com/awcodes/overlook/issues/41

kingmaker-agm commented 3 months ago

For People who doesn't know how to Setup the Custom Theme in Filament v3, kindly follow the Instruction in this comment or below link.

https://github.com/awcodes/overlook/issues/41#issuecomment-2155832841