Top navbar hover

Is there a way to show top navbar list on hover. The default is on click
10 Replies
Bloom
BloomOP2y ago
anyone?
toeknee
toeknee2y ago
This is not currently possible, but you could code it up and submit PR for support
Bloom
BloomOP2y ago
is it possible to change in the css
toeknee
toeknee2y ago
Yes, please read the docs
LeandroFerreira
GitHub
Top navbar hover · filamentphp filament · Discussion #8967
Hi, i want the top navbar list to show on hover, is there a way to do it.
Bloom
BloomOP2y ago
thank you But that is not exactly what i want to do, i want the list item to drop down when hover
LeandroFerreira
original file: vendor/filament/filament/resources/views/components/topbar/index.blade.php You can create a custom view in resources/views/vendor/filament-panels/components/topbar/index.php And develop what you need
Bloom
BloomOP2y ago
Maybe my question was not clear, i am using topnavigation, here Main Stocks is a navigation group and the resouce like Main Stocks and Stock Distributes appear on click, but i would like them to display when i hover
No description
toeknee
toeknee2y ago
Leandro's comment is correct, you will need to code up the change as it's not natively supported?
Bloom
BloomOP2y ago
okay, i access index.blade.php, can i edit the file to achieve display on hover

Did you find this page helpful?