Body Element - remove rendered background color style attribute #15368
Unanswered
zealouscreations
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.113
How can we help you?
Is there a way to get rid of the
style="background: rgb(238, 238, 238)
that gets rendered in the<body>
element?I've looked everywhere I can think of and I can't find where this is set. There's no panel function to change it, and I can't find any filament or livewire hooks that sets this style. I even dug into the filament source code and found this in the
layout/base.blade.php
file:So I'm assuming this is coming from the
$livewire->getExtraBodyAttributes()
but I have not been able to figure out where this gets set.Beta Was this translation helpful? Give feedback.
All reactions