아카 네비바 꾸미는중인데

흐림 효과가 잘 안먹히는것같아.

네비바 자체는 흐림효과가 먹히지만, 드롭메뉴는 잘 안먹히는 문제가 있음. !important 도 썼는데 그다지 효과가 없네.

이건 코드임


 .body .navbar-wrapper { position : fixed; left : 45%; transform : translate(-45%); } .body .navbar-wrapper, .body .navbar-wrapper .navbar .dropdown-menu { background-color : rgb(24 24 24 / 70%) !important; border-radius : 12px !important; border : 1px solid rgba(255, 255, 255, 0.125) !important; backdrop-filter: blur(50px) saturate(180%) !important; -webkit-backdrop-filter: blur(50px) saturate(180%) !important; } .body .board-article .my-subscribe-channels .channel .channel-icon img, .body .board-article .my-subscribe-channels .channel .channel-icon { border-radius : 20%; } body:lang(ko) { font-family: Pretendard Light, "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", Gulim, 굴림, Dotum, 돋움, "Helvetica Neue", Helvetica, Arial, sans-serif; }