Снял говнокодерские чары с ползунка прокрутки
This commit is contained in:
parent
f3e429f066
commit
2895bdbaf8
3 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
|
||||
|
||||
.index {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.links-container a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue