fix: sidebar right blur notch (#712)

Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
pull/731/head
Percy Ma 2 years ago committed by GitHub
parent 535e176b9a
commit 64c3654b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,8 @@ const { hasSidebar } = useSidebar()
}
.VPNavBar.has-sidebar .content {
margin-right: -32px;
padding-right: 32px;
-webkit-backdrop-filter: saturate(50%) blur(8px);
backdrop-filter: saturate(50%) blur(8px);
background: rgba(255, 255, 255, 0.7);

Loading…
Cancel
Save