Skip to content

Scrollbar ancora visibili #10

Answered by lifeisfoo
IceManXXXA asked this question in Q&A
Discussion options

You must be logged in to vote

Lo stile delle scrollbar non è definito da nessuno standard, quindi ogni browser fa un po' come vuole.
Tutto il codice del libro è stato provato con Chrome/Chromium (webkit).

Per nascondere tutte le scrollbar su Firefox è necessario aggiungere questa regole al file style.css.

* {
  scrollbar-width: none
}

Per lasciare la barra leggermente visibile si potrebbe usare thin al posto di none ma non è la stessa cosa.

A questi due link trovi tutta la storia per il supporto allo stile delle scrollbar in Firefox e, nel secondo, la proposta di adeguamente a un nuovo standard per renderlo uniforme tra i browser.

https://bugzilla.mozilla.org/show_bug.cgi?id=77790
https://bugzilla.mozilla.org/show_bu…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@IceManXXXA
Comment options

Answer selected by lifeisfoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants