Coder Social home page Coder Social logo

Comments (3)

zeroxme avatar zeroxme commented on July 4, 2024

Can you please provide an example via jsfiddle, so I can understand what you mean exactly

from bootstrap-3-arabic.

shadialnamrouti avatar shadialnamrouti commented on July 4, 2024

It is hard to reproduce the bug in jsfiddle.
What happens is that while navigating the website, the page becomes blank unless you scroll down.
I applied the first workaround to handle it:

The first workaround is to scroll the page automatically using JQuery:
$(document).ready(function () {
window.scrollBy(0, 1);
window.scrollBy(0, -1);
});

The second workaround is to comment padding in this line:
.container {/* padding-right:15px; padding-left:15px; */ margin-right:auto; margin-left:auto;}

I don't know what causes the problem exactly, but the auto scrolling fixed it in my case.

You may close this (specific) case, but keep it in mind if it happened with another user.
Thanks.

from bootstrap-3-arabic.

zeroxme avatar zeroxme commented on July 4, 2024

Thanks for your explanation but I can't track the problem and I just tried to use the css files to see if that exists. The code in the repo matches the original repo except for directions. Maybe the problem exists in your code or browser. Please double check and let me know

from bootstrap-3-arabic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.