mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
eabd18c73f
* Move preprocessData into a web worker * Add UI feedback for loading/import error states * Terminate worker when done handling profile * Add display density CSS variables
11 lines
226 B
CSS
11 lines
226 B
CSS
/**
|
|
* https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications
|
|
*/
|
|
.Input {
|
|
position: absolute !important;
|
|
height: 1px;
|
|
width: 1px;
|
|
overflow: hidden;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
}
|