Skip to content

Commit

Permalink
fix issue where tabs shift to left on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
adred committed Dec 15, 2023
1 parent 12f3cce commit 788161c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/workspace/screen/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,11 @@
display: flex;
flex-direction: row;
align-items: center;
overflow-x: hidden;

&:hover,
&:focus {
overflow-x: auto;
overflow-x: overlay;
}

.screen-tab {
Expand Down

0 comments on commit 788161c

Please sign in to comment.