CSS CODE for Google Chrome Browser to avoid AUTO HIDE:

#CSS #Google #Chrome #switch #off #autohide #address #bar

::-webkit-scrollbar {
width: 1px;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
border: 1px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: #bdbdbd;
}

html,
body {
height: 100%;
margin: 0;
}
html {
overflow: hidden;
}
body {
overflow-y: auto;
}
CSS CODE for Google Chrome Browser to avoid AUTO HIDE: #CSS #Google #Chrome #switch #off #autohide #address #bar ::-webkit-scrollbar { width: 1px; } ::-webkit-scrollbar-thumb { background-color: #d6dee1; border-radius: 20px; border: 1px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { background-color: #bdbdbd; } html, body { height: 100%; margin: 0; } html { overflow: hidden; } body { overflow-y: auto; }
Yay
1
0 Komentarze 0 Akcje 7K Widoki 0 Recenzje