mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
disable scroll hints in every theme on firefox mobile, because they're still buggy, even without layering them
This commit is contained in:
parent
62321ae295
commit
a899af5901
|
|
@ -3704,10 +3704,8 @@ html.b #wrap.thin .ghead {
|
|||
width: calc(50vw - 5em);
|
||||
}
|
||||
}
|
||||
html:not(.a):not(.e) #treeh:after,
|
||||
html.a #treeh:not(.noa):after,
|
||||
html:not(.a):not(.e) #wrap.thin #ghead::after,
|
||||
html.a #wrap.thin #ghead:not(.noa)::after {
|
||||
html:not(.e) #treeh:not(.noa):after,
|
||||
html:not(.e) #wrap.thin #ghead:not(.noa)::after {
|
||||
content: "";
|
||||
position: sticky;
|
||||
right: -.5em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue