0
0

Hid scrollbar

This commit is contained in:
Opnxng 2024-05-25 15:02:48 +08:00
parent 75001109a4
commit dafcb51906
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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;