Questions tagged as 'rolamento'

0
answers

Toggle Class with Scrolling in Firefox

Hello! I have the following code that for some reason works perfectly in Chrome, but not in Firefox. Could someone help me figure out why? Given that it has already been worked to try to adapt to Firefox. Still unsuccessful. <script> var...
asked by 15.03.2017 / 17:11
1
answer

Number of Pixels Rolled on a Hidden Overflow Page

Hello! I need to get a way to give toggle in a class in body when I make a big page scroll (Ex: 1000px). However, the problem is that my page is a complete screen with overflow: hidden . (This means that there is no scrolling and ev...
asked by 13.03.2017 / 15:43
0
answers

Modal scrolling does not work when dropdown is open

Please see in jsfiddle: link With dropdown menu open, modal scroll does not work, it gets frozen. What am I doing wrong? Follow the code below: .modal-body { max-height: calc(110vh - 210px); overflow-y: auto; } Here is th...
asked by 03.03.2017 / 04:40
0
answers

ScrollView with a static view in the middle

I have this layout in which I need to implement a ScrollView but I can not adjust it correctly, I need Scrollview to contemplate the blue and yellow part, so the user can see the rest of the items they have in recyclerview. However, as soon as i...
asked by 12.03.2017 / 18:50
1
answer

How to stylize the scroll bar?

Good, I have wasted some time looking for solutions to this but I do not find it, I have a scrollbar and liked to shrink its size. Can someone point me to a site or tell me what it takes to make this possible: Thank you     
asked by 12.06.2015 / 16:04
0
answers

scroll linked to a div in html with javascript

The function that I have and to show me more articles every time I reach the end of the page (infinite scroll page) works perfectly but I have a doubt that I can not solve, I want to load more articles as soon as the scroll arrives from div "foo...
asked by 12.11.2016 / 19:55
1
answer

Scrollbar in ng-view does not work

Galera, the following problem occurs with me: I'm doing a web application and I'm using Angular.js as a framework. I have a div with ng-view and every time I load a page that needs the scroll it does not appear and the page is halved. But I give...
asked by 13.10.2016 / 15:03
1
answer

How to do automatic scrolling

I'm developing an application where the user asks a question and the server delivers a response, I'm having trouble getting the scroll bar to follow the conversation, so far I'm having the chat history on the screen, but I have you drag with the...
asked by 15.10.2016 / 07:48
0
answers

How to scroll in an iframe with reference to another url?

Is this not possible? I tried: $(".scroll").click(function () { var iframe = $('#xframe').contents(); iframe.scrollTop(400); }); Above the browser crashes for security Also: $(".scroll").click(function () { var...
asked by 17.08.2016 / 23:21
0
answers

How to lock the scrollbar of a specific div?

I'm creating a new website, and it has a DIV that goes beyond the Width of the body, which ends up activating the X axis scroll bar. I wanted to know how to do that regardless of the size of this particular DIV, that it does not turn on the scro...
asked by 06.08.2016 / 23:51