| 1234567891011121314151617181920212223242526272829303132 | 
							- <!DOCTYPE html>
 - <html lang="en">
 - <head>
 - <meta charset="UTF-8">
 - <title>Demo</title>
 - <style>
 - html,body{
 -   height: 100%;
 -   margin: 0;
 -   padding: 0;
 -   font-family: Helvetica;
 -   background-color: #fff;
 -   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 - }
 - #root{
 -   position: relative;
 - }
 - .demo{
 -   height: 100%;
 - }
 - .preview-button,
 - .modal-button{
 -   width: auto;
 -   padding: 0 10px !important;
 -   font-size: 14px !important;
 - }
 - </style>
 - </head>
 - <body>
 - <div id="root"></div>
 - </body>
 - </html>
 
 
  |