Dropzone OK et refactor page event_add
This commit is contained in:
@ -31,6 +31,17 @@
|
||||
|
||||
<title>em2rp</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<style>
|
||||
html, body, #flt-glass-pane {
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important;
|
||||
-moz-user-select: text !important;
|
||||
-ms-user-select: text !important;
|
||||
}
|
||||
.dropzone-view, .dropzone-view * {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="flutter_bootstrap.js" async></script>
|
||||
|
Reference in New Issue
Block a user