mouseenter base64

fixes a Safari bug
This commit is contained in:
Bálint Szekeres
2019-05-19 22:40:30 +02:00
parent bb29709bd6
commit 9442466854
4 changed files with 16 additions and 12 deletions

View File

@@ -291,6 +291,12 @@ main {
}
}
#base64-zip-line {
position: absolute;
top: -9999px;
left: -9999px;
}
.commands,
.file .code {
overflow-x: auto;