diff --git a/source/buffer.lisp b/source/buffer.lisp index 70b9b99d8e0..cb003ac65c8 100644 --- a/source/buffer.lisp +++ b/source/buffer.lisp @@ -274,8 +274,10 @@ See also the `profile' slot in the `browser' class.") :overflow-x "scroll" :white-space "nowrap" :background-color ,theme:background-alt - :margin-left "-20px" + :position "sticky" :margin-top "-20px" + :top 0 + :width "100%" :height "32px") `(".mode-menu > button" :color ,theme:on-secondary diff --git a/source/changelog.lisp b/source/changelog.lisp index 97c45c827a1..23c6b4a8cb5 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -97,6 +97,11 @@ elements are scaled accordingly.") (:li "When on pre-release, push " (:code "X-pre-release") " feature in addition to " (:code "X-pre-release-N") "one.")) +(define-version "3.11.8" + (:nsection :title "UI/UX" + (:ul + (:li "Fix mode menu bar.")))) + (define-version "3.11.7" (:nsection :title "Bug fixes" (:ul