Hid scrollbar
This commit is contained in:
parent
75001109a4
commit
dafcb51906
@ -12,7 +12,7 @@ date: 2023-01-01
|
||||
19.02 | Stopped hosting Anonymous​Overflow due to it being blocked. Please use other [public instances](https://github.com/httpjamesm/AnonymousOverflow?tab=readme-ov-file#clearnet-instances){target="_blank"}.
|
||||
17.02 | [Nitter is over.](https://arstechnica.com/tech-policy/2024/02/twitter-front-end-nitter-dies-as-musk-wins-war-against-third-party-services/){target="_blank"} Twitter blocked the last known way to access their network without a user account. Thanks to [@zedeus](https://liberapay.com/zedeus/){target="_blank"} for developing the project over the years. {#nitter}
|
||||
| Learn the story of [X](https://soundcloud.com/trueanonpod/lamest-show-2?in=trueanonpod/sets/the-lamest-show-on-earth){target="_blank"}.
|
||||
01.01 | We recommend [Predirect](https://github.com/libreom/predirect){target="_blank"}, a cross-platform extension that automatically redirects popular sites to privacy friendly frontends
|
||||
01.01 | We recommend [Predirect](https://github.com/libreom/predirect){target="_blank"}, a cross-platform extension that automatically redirects popular sites to privacy friendly frontends.
|
||||
|[2023](/)
|
||||
30.12 | Fixed a long-standing issue of Mlmym. Sorry for not noticing it earlier!
|
||||
27.12 | Replaced our Libreddit instance with [Redlib](https://github.com/redlib-org/redlib){target="_blank"}, a fork that utilizes OAuth spoofing.
|
||||
|
@ -47,6 +47,13 @@
|
||||
/*----------------------------------------------------------------------------------------------------*/
|
||||
html {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
overflow-y: scroll;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
body {
|
||||
font-style: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user