i think i solucioned it...
changing
#art-main {
cursor: default;
left: 0;
position: relative;
top: 0;
width: 100%;
}
to
#art-main {
cursor: default;
left: 0;
position: fixed;
top: 0;
width: 100%;
}
i think i solucioned it...
changing
#art-main {
cursor: default;
left: 0;
position: relative;
top: 0;
width: 100%;
}
to
#art-main {
cursor: default;
left: 0;
position: fixed;
top: 0;
width: 100%;
}