diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css
index c63cb99..8e380ae 100644
--- a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css
+++ b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css
@@ -1,7 +1,7 @@
 @-moz-document url(chrome://browser/content/browser.xhtml) {
 	/* Hide Firefox top tab bar */
 	#TabsToolbar {
-		visibility: hidden !important;
+		display: none !important;
 	}
 
 	/* Remove titlebar */