Κριτικές για το Tabliss - New Tab
Tabliss - New Tab από tabliss.io
Κριτική από cex
Βαθμολογία 5 από 5
από cex, 5 χρόνια πριν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!