hi,
I wonder if is possible to fix this rare behavior when I apply the next css in the new-tab:
body{
backdrop-filter: brightness(99%);
}
if I don’t add the filter there isn’t a scroll.
hi,
I wonder if is possible to fix this rare behavior when I apply the next css in the new-tab:
body{
backdrop-filter: brightness(99%);
}
if I don’t add the filter there isn’t a scroll.
thanks for the explanation but I can’t get it to work. you said
:root
but I don’t understand how, I saw a div called root inside body element, I tried too apply to html jeje I don’t know, maybe I should start to love the scroll.I mean simply like this:
:root{ backdrop-filter: brightness(99%); }
Alternatively
html
selector would also work to refer to the document root element - about:newtab is a html document after all.