Clicking the uBlock icon does not open the popup window if the
navigation bar is disabled. Pentadactyl custom CSS can force it to be
shown.
https://github.com/chrisaljoudi/uBlock/issues/549
" Fix vertical tabs.
style -A -n tabkit2 * [dactyl-australis=true] .tabbrowser-tabs { max-height: inherit !important; }
+
+" Fix uBlock popup.
+style -n ublock * #nav-bar * { visibility: visible; }
+
" vim: set ft=pentadactyl: