Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

231
Views
Fondo borroso para el menú de la barra de navegación de Bootstrap 5 Offcanvas

Estoy usando Bootstrap v5.2 y estoy tratando de replicar la siguiente imagen.

Telón de fondo borroso de la barra lateral

Según MDN Documentation, el filtro de fondo se usa para desenfocar el fondo del elemento.

 .offcanvas-backdrop { backdrop-filter: blur(10px); -webkit-filter: blur(10px); }

Pero esto no funcionó, así que probé con el filtro CSS:

 <svg> <filter id="blur"> <feGaussianBlur stdDeviation="10" /> </filter> </svg> .offcanvas-backdrop{ filter: blur(10px); -webkit-filter:blur(10px); filter: url($blur); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10'); }

Pero esto tampoco funcionó.

Agradecería la ayuda de la comunidad.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!