Minor layout issue

Hi, I noticed in light mode the grey line at the base of the header is "broken" by the scroll bar, is this a bug/mistake or an issue in my code? Doesn't look so bad in dark mode... to me it would look cleaner if the scrollbar started 1 pixel further down? Cheers, Tee
No description
No description
11 Replies
toeknee
toeknee8mo ago
What version exactly and run: npm run build
TheRealTeeHill
TheRealTeeHillOP8mo ago
V3.2.88
toeknee
toeknee7mo ago
Please update it.
TheRealTeeHill
TheRealTeeHillOP7mo ago
will do
TheRealTeeHill
TheRealTeeHillOP7mo ago
No description
TheRealTeeHill
TheRealTeeHillOP7mo ago
No description
TheRealTeeHill
TheRealTeeHillOP7mo ago
same I'm afraid
toeknee
toeknee7mo ago
and you ran npm run build?
TheRealTeeHill
TheRealTeeHillOP7mo ago
no, why would I need to do that please? I dont have node installed
toeknee
toeknee7mo ago
npm is used to re-compiled and deploy the assets. run php artisan fillament:upgrade
awcodes
awcodes7mo ago
Are you using a plugin for those scrollbars? Otherwise I believe the problem is because that line is actually a shadow in the topbar and sidebar has a higher z-index. Not sure of a way to fix that without overriding the topbar to have no shadow and a bottom border in a custom theme.

Did you find this page helpful?