es.davy.ai

Preguntas y respuestas de programación confiables

¿Tienes una pregunta?

Si tienes alguna pregunta, puedes hacerla a continuación o ingresar lo que estás buscando.

Tag: SCROLL-SNAP-TYPE

Propiedad CSS scroll-snap-type prevent click con Firefox.

Mi página tiene algunas secciones con una altura de 100vh y un pie de página más pequeño: <!DOCTYPE html> <html> <head> <title>Scroll Snap Y</title> <style> body { margin: 0; font-family: sans-serif; font-size: 40px; } main { scroll-snap-type: y mandatory; position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: . . . Read more