ho questo codice per ottenere molte schede senza limiti, ho notato che a volte, in alcune schede, il tasto chiudi è seminascosto, quale è il codice per visualizzarlo correttamente? grazie
/* APERTURA SCHEDE INFINITE */
.tabbrowser-tab:not([pinned]) {
max-width:250px !important;
min-width:48px !important; }
.tabbrowser-tab:not([fadein]) {
max-width:1px !important;
min-width:1px !important; }