My name is Danik Lutsev. You can contact me by email(danlootsev@gmail.com) or in social networks (Telegram).
HTML/CSS
Javascript
React
Code for disable scroll on website:
window.disableScroll = function() {
const widthScroll = window.innerWidth - document.body.offsetWidth;
document.body.dbScrollY = window.scrollY
document.body.style.cssText =
`
position:fixed;
top: ${-window.scrollY}px;
left:0;
width:100%;
overflow: hidden;
height: 100vh;
padding-right: ${widthScroll}px;
`;
}
window.enableScroll = function() {
document.body.style.cssText = ``;
window.scroll = ({ top: document.body.dbScrollY })
}
Studied at the Belarusian Institute of Law
I had a practice of speaking on foreign trips. I can also read documentation, literature, watch films. In my opinion, my English level is A2.