mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Mon 1 Nov 22:21:06 EET 2021
This commit is contained in:
parent
f785df3218
commit
78ae85a3c6
3 changed files with 1 additions and 3 deletions
|
@ -9,6 +9,6 @@ function scrollDown() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function scrollUp() {
|
function scrollUp() {
|
||||||
window.scrollTo({ top: 0, behavior: 'smooth' });
|
document.body.scrollTop = document.documentElement.scrollTop = 0;
|
||||||
scroll_element = 0;
|
scroll_element = 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
/* for Internet Explorer, Edge */
|
/* for Internet Explorer, Edge */
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
/* for Firefox */
|
/* for Firefox */
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
||||||
scrollbar-width: none; /* for Firefox */
|
scrollbar-width: none; /* for Firefox */
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue