Hide default firefox tabs

Not needed when using tree style tabs.
This commit is contained in:
Vladan Popovic 2019-10-31 20:33:30 +01:00
parent 12815ebd0e
commit 43d8fab5bb
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}