Skip to content

Commit 44d4124

Browse files
committed
Fix: Tabbar - Clipping at movingtab #1126
1 parent 3b2e609 commit 44d4124

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

css/leptonChrome.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leptonChromeESR.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tab/_connect_to_window.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#tabbrowser-tabs:not([orient="vertical"]) {
33
max-height: var(--tab-min-height);
44
}
5+
#tabbrowser-tabs:not([orient="vertical"])[movingtab] {
6+
padding-bottom: unset !important;
7+
margin-bottom: unset !important;
8+
}
59

610
&[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
711
max-height: var(--tab-min-height_mlt);

0 commit comments

Comments
 (0)