Remove overflow style

This commit is contained in:
Paulo Gustavo Veiga 2022-03-22 08:50:16 -03:00
parent de78c882cc
commit 954b0cdbe2

View File

@ -9,18 +9,6 @@ html {
font-size: initial; font-size: initial;
} }
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
div#mindplot { div#mindplot {
position: relative; position: relative;
top: 50px; top: 50px;