You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case requires the cookie consent panel to stay below some other elements to allow the user e.g. to change language before accepting cookies. While it's possible to override the hard-coded 2147483647, it would be nicer if it was a css variable or something that could be customized without having to resort to !important.
Proposed solution
Move the hard-coded style attribute to css so that it can be overridden.
Additional details
No response
The text was updated successfully, but these errors were encountered:
Description
Our use case requires the cookie consent panel to stay below some other elements to allow the user e.g. to change language before accepting cookies. While it's possible to override the hard-coded 2147483647, it would be nicer if it was a css variable or something that could be customized without having to resort to
!important
.Proposed solution
Move the hard-coded style attribute to css so that it can be overridden.
Additional details
No response
The text was updated successfully, but these errors were encountered: