“arreglado no funcionando” Código de respuesta

arreglado no funcionando

// You must be using transform or transform 3d in the parent element
// fixed will not work. example:

<div style="transform:scale(1.1)">
	<div style="position:fixed;top:0;left:0">
        Example
    </div>
</div>
Nasty Nightingale

arreglado no funcionando

/* 
 * You must be using transform or transform 3d in the parent element
 * fixed will not work. 
 * example:
*/

<div style="transform:scale(1.1)">
	<div style="position:fixed;top:0;left:0">
        Example
    </div>
</div>
Nasty Nightingale

La posición de CSS fijada no funciona

try
position: absolute;
guiliuri

Respuestas similares a “arreglado no funcionando”

Preguntas similares a “arreglado no funcionando”

Más respuestas relacionadas con “arreglado no funcionando” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código