fix(rail-ads): agregar overflow:hidden para forzar ancho calculado
This commit is contained in:
@@ -336,6 +336,7 @@ final class AdsensePlacementRenderer
|
||||
'align-items' => 'flex-start',
|
||||
'z-index' => '100',
|
||||
'transition' => 'top 0.2s ease-out, opacity 0.3s ease-out',
|
||||
'overflow' => 'hidden',
|
||||
]);
|
||||
|
||||
// Posicion rail izquierdo - 10px del borde del viewport
|
||||
|
||||
Reference in New Issue
Block a user