Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

314
Vistas
How to create a floating button (position fixed not working)

I am trying to make a floating button that will stay in place and will not move while scrolling. Using position fixed worked for a very simple test webpage but It's not working on my website where some web export auto generated javascript for scale to fit and resize present. Those code should not mess things up. Is there any other way to fix the button where I want and will not move while scrolling. Please if anyone knows about this help ...

CSS

#scroll-top-button
  {
    position: fixed; /* Need a different solution without fixed position */
    top: 240px;
    right: 100px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 8px rgba(171,229,99,0.45) solid;
    z-index: 999;
  }
#Web_1920__1 {
    position: absolute;
    width: 3554px;
    height: 2216px;
    border: 0px grey solid;
    background-color: rgba(255,255,255,1);
    overflow: visible;
    visibility: hidden;
    --web-view-name: Web 1920 – 1;
    --web-view-id: Web_1920__1;
    --web-scale-to-fit: true;
    --web-scale-to-fit-type: width;
    --web-scale-on-resize: true;
    --web-center-horizontally: true;
    --web-enable-deep-linking: true;
}

HTML

<body> /* simple structure */ <div id="scroll-top-button"></div> <div id="Web_1920__1"></div> </body>

Is it possible to achieve this in a different approach ...?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

try position: fixed !important;

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda