This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 51efea12e fix(website): mobile drawer menu (#7644)
51efea12e is described below
commit 51efea12e1868ed4eaa333cfe5c6915034c9c676
Author: Suyan <[email protected]>
AuthorDate: Sat May 30 19:24:38 2026 +0800
fix(website): mobile drawer menu (#7644)
---
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;
}