fix: Remove clip overflow from nav-bar and update rust version, b=no-bug, c=workflows, common

This commit is contained in:
mr. m
2026-02-12 19:58:58 +01:00
parent 08873b0ce7
commit 66081e97f6
3 changed files with 1 additions and 3 deletions

View File

@@ -92,7 +92,6 @@ jobs:
- name: Fix Rust version
run: |
# Install a rust version compatible with LLVM 18
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(cat .rust-toolchain)
source $HOME/.cargo/env

View File

@@ -1 +1 @@
1.92
1.89

View File

@@ -132,7 +132,6 @@
}
#nav-bar {
overflow: clip;
border-top-color: transparent !important;
:root[zen-single-toolbar="true"] & {