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

241
Views
Blurry Backdrop for Bootstrap 5 Offcanvas Navbar Menu

I am using Bootstrap v5.2 and am trying to replicate the following image.

Blurry Sidebar Backdrop

According to MDN Documention, backdrop-filter is used to blur the background of the element.

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

But, this didn't work so I tried with the CSS filter:

<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');
}

But this also didn't work.

I would appreciate the help from the community.

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!