How to Know Which HTML Element is Causing Vertical Scroll Bar

后端 未结 8 1783
失恋的感觉
失恋的感觉 2021-01-30 10:25

I am learning Bootstrap. On the getting started menu, there are few templates given. I am playing with that. One example is about fixed Footer. I used nav from previous example

8条回答
  •  既然无缘
    2021-01-30 10:51

    Add:

      * {
       outline: 1px solid red;
      }
    

    Then when you scroll down you should see one really tall box. Right click on it and select inspect element. That should give you the information you need.


    UPDATE:

    Here is a nifty chrome plugin that can do that for you : http://pesticide.io/

提交回复
热议问题