Extra padding on Chrome/Safari/Webkit — any ideas?

前端 未结 9 2219
广开言路
广开言路 2021-02-07 05:35

My page has this extra padding on the top of page that I\'m unable to remove. Tried everything under the sun and hope someone can show me the way.

Any ideas?

9条回答
  •  别那么骄傲
    2021-02-07 06:20

    The WebKit styles sheet contains the following: 'margin' and 'padding' properties:

    -webkit-margin-before:
    -webkit-margin-end:
    -webkit-margin-after:
    -webkit-margin-start:
    
    -webkit-padding-before:
    -webkit-padding-end:
    -webkit-padding-after:
    -webkit-padding-start:
    

    Enjoy

提交回复
热议问题