Снял говнокодерские чары с ползунка прокрутки

This commit is contained in:
Mootfrost777 2022-08-08 18:19:11 +03:00
parent f3e429f066
commit 2895bdbaf8
3 changed files with 5 additions and 3 deletions

View file

@ -17,6 +17,10 @@
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
.index {
overflow-y: hidden;
}
.links-container a {
text-decoration: none;
color: white;

View file

@ -10,7 +10,6 @@
.contents-div {
}
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
html, body {
@ -19,7 +18,6 @@ html, body {
margin: 0;
height: 100%;
max-width: 100%;
overflow-y: hidden;
}
.particles-js-canvas-el {

View file

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body ondragstart="return false;" ondrop="return false;">
<body ondragstart="return false;" ondrop="return false;" class="index">
<div id="particles-js">
<div class="title-menu center">
<div class="title-div horizontal-container title-container">