WebSite X5Help Center

3 ANTWORTEN - 1 NüTZLICH
Der Zwoemti
Der Zwoemti
Moderator

either

<script>
$('#imTextObject_30').css('overflow','');
</script>

before the closing body tag in the page's properties

or subsequent to the head tag of the page.

<script>
$(document).ready(function() {
$('#imTextObject_30').css('overflow','');
});
</script> 

Mehr lesen
Gepostet am von Der Zwoemti
Sami B.
Sami B.
User
Autor

Hi, thanks for the info. That works. The scrollbars are gone. But now I can't scroll anymore. My goal is to hide the scrollbars but still to be able to scroll with the scrollbar or the arrows of the keyboard.

Mehr lesen
Gepostet am von Sami B.