Nitrostrider / sciovirtual

sciovirtual.org
MIT License
2 stars 2 forks source link

scrollbar #27

Closed Nitrostrider closed 3 years ago

Nitrostrider commented 3 years ago
  1. There's some weird stuff going on with the scrolling right now. The scrollbar "jumps" when the first slide is completely gone and the rest starts to scroll naturally. The body element is being assigned a height but I think that number might be off which is causing the weird behavior. (I might be able to fix this) Also, there is a horizontal scrollbar which is appearing because body has "overflow: scroll" when it should really be overflow-y
Nitrostrider commented 3 years ago

perhaps instead of using body in the jquery, use a nested div?