This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 718a99847d6 💄 nav and article menu upgrade (#3071)
718a99847d6 is described below
commit 718a99847d65343e2df626a9c5153911a134e8fe
Author: xiaosheng <[email protected]>
AuthorDate: Fri Dec 6 11:18:22 2024 +0800
💄 nav and article menu upgrade (#3071)
---
assets/scss/_custom.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss
index 7158c8b8bda..1d8e0d95e4f 100755
--- a/assets/scss/_custom.scss
+++ b/assets/scss/_custom.scss
@@ -912,3 +912,7 @@ div.alert > em.javascript-required {
margin-bottom: 12px;
border-radius: 24px;
}
+#td-sidebar-menu{
+ overflow: auto;
+ white-space: nowrap;
+}
\ No newline at end of file