This is an automated email from the ASF dual-hosted git repository.

suyanhanx pushed a commit to branch fix-website-mobile-menus
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 70b1b5cae3c6d9e1ef6d343374a62e9b9506c6ce
Author: suyanhanx <[email protected]>
AuthorDate: Sat May 30 13:39:56 2026 +0800

    fix(website): mobile drawer menu
---
 website/src/css/custom.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 2ee0a5aa6..fc4c8f192 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -304,6 +304,12 @@ h4 {
   -webkit-backdrop-filter: saturate(180%) blur(12px);
 }
 
+/* Avoid making the mobile drawer's fixed panel position against the navbar. */
+.navbar.navbar-sidebar--show {
+  backdrop-filter: none;
+  -webkit-backdrop-filter: none;
+}
+
 .navbar__logo {
   height: 1.85rem;
 }

Reply via email to