Fix issue with iD embedded document sometimes showing scrollbars

This commit is contained in:
Quincy Morgan 2020-05-07 09:11:45 -07:00
parent 69662ab419
commit 4d88d1677a

View file

@ -8,4 +8,5 @@ html, body {
height: 100%; height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: hidden;
} }