This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 58ab59b [Fix] navbar sidebar height issue on mobile (#438)
58ab59b is described below
commit 58ab59baf4d1f9ca5dc91c6d20adb17e6710b5af
Author: Prakash Kumar <[email protected]>
AuthorDate: Mon Feb 9 08:02:43 2026 +0530
[Fix] navbar sidebar height issue on mobile (#438)
---
src/css/custom/index.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/css/custom/index.less b/src/css/custom/index.less
index 3c15383..43fd47e 100644
--- a/src/css/custom/index.less
+++ b/src/css/custom/index.less
@@ -964,8 +964,8 @@ body {
backdrop-filter: blur(12px);
.navbar-sidebar {
- background: inherit;
z-index: 11;
+ height: 100vh;
}
// 切换主题,防止抖动