VerticalTabs icon indicating copy to clipboard operation
VerticalTabs copied to clipboard

Scrolling error with pinned tabs

Open mbaz opened this issue 10 years ago • 3 comments

If I have more tabs than fit without scrolling, and then I pin a tab, then I can no longer scroll all the way up to the top tab. Also, the tab label gets shifted to the left and overlaps the tab icon.

This is on Firefox 32.0.3 and Vertical Tabs 0.2.

mbaz avatar Oct 14 '14 22:10 mbaz

I see this in nightly (36) as well

jsantell avatar Oct 29 '14 03:10 jsantell

There is a workaround for the scrolling issue. Use the patch in issue #8 :

--- a/skin/linux/linux.css  2014-09-01 19:16:43.300756000 +0300
+++ b/skin/linux/linux.css  2014-09-01 19:17:00.958383000 +0300
@@ -19,8 +19,8 @@
     margin: 0 !important;
     padding: 1px 0 !important;
     height: 24px !important;
-    min-height: 24px !important;
-    max-height: 24px !important;
+    min-height: 21px !important;
+    max-height: 21px !important;
 }

 .tabbrowser-tab[selected="true"],

AWilyFox avatar Jan 03 '15 10:01 AWilyFox

@AWilyFox Doesn't seem to work for me on Firefox 34.0.5. I applied the patch, ran make, and reinstalled the xpi. Should I have done anything else?

mbaz avatar Jan 05 '15 23:01 mbaz