Tabliss - New Tab 的评价
Tabliss - New Tab 作者: tabliss.io
cex 的评价
评分 5 / 5
来自 cex,4 年前Amazing 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!