-1

I am using Chrome, my page is as expected when it is in normal mode but when I minimize screen, white space is coming at the bottom and some content is hidden, page is based of reactjs, html, css. its working fine for IE (both Normal n Minimize)

What is the error and how can I solve this?

James Z
  • 12,209
  • 10
  • 24
  • 44
Tej
  • 17
  • 1
  • 6

1 Answers1

-1

Not sure without looking at it. But you can try to use some kind of hack to show css border on all the elements of the document using

* {
    border: 1px solid red;
}

Another post i read https://dev.to/gajus/my-favorite-css-hack-32g3

Kawaljit Singh
  • 190
  • 1
  • 6