我正在用 React js 制作一个网站,当网站刷新时,正文和滚动条之间出现 space
I am making a website in React js and there is a space occurring between body and scroll bar when site refreshes
这是图片,谁能帮帮我
This is the image where there is this problem with scroll bar
尝试使用 CSS 将图像的宽度设置为 100%。
.image-element{
width: 100%;
}
这是图片,谁能帮帮我 This is the image where there is this problem with scroll bar
尝试使用 CSS 将图像的宽度设置为 100%。
.image-element{
width: 100%;
}