Reviews for Tabliss - New Tab
Tabliss - New Tab by tabliss.io
Review by cex
Rated 5 out of 5
by cex, 4 years agoAmazing new tab page add-on. 5 stars!
I came across a bug that should be reported that breaks functionality. The issue is with the `.topRight` widget area. If something with long text is positioned there, for example **Quote** module, the `.Widgets .container .Slot > *` will overlay the settings button `div.Overlay`, rendering it unclickable. The fix for this is to set a **z-index** on the following:
```css
.Overlay {
z-index: 1;
}
```
Please check this out and fix!
I came across a bug that should be reported that breaks functionality. The issue is with the `.topRight` widget area. If something with long text is positioned there, for example **Quote** module, the `.Widgets .container .Slot > *` will overlay the settings button `div.Overlay`, rendering it unclickable. The fix for this is to set a **z-index** on the following:
```css
.Overlay {
z-index: 1;
}
```
Please check this out and fix!