Skip to content

Commit

Permalink
fix(ui): stop the mouse position display from causing the panels to r…
Browse files Browse the repository at this point in the history
…esize
  • Loading branch information
chrisj committed May 6, 2024
1 parent 25ca8ce commit 8f78880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ExtensionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function logout(session: loginSession) {
}
#extensionBar {
width: 100vw;
display: flex;
height: 40px;
align-items: center;
Expand Down

0 comments on commit 8f78880

Please sign in to comment.