Configure `z-index` for `shadow` and `tilt` effects
mainWhen using the shadow or tilt effects, liquidGL creates new stacking layers behind your target element:
shadowis placed atz-index: -2tilthelper canvas is placed atz-index: -1
Ensure your target element's z-index is high enough to allow these layers to exist behind it without being clipped or causing overflow issues.