You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IE11, the spinner is positioned at the top of whatever container you place it in. In Chrome and FireFox, the spinner is always positioned in the center of the container.
IE11:
Chrome:
Any help is appreciated. Code added to standard create-react-app:
importReact,{Component}from'react';importlogofrom'./logo.svg';import'./App.css';importLoadingOverlayfrom'react-loading-overlay';classAppextendsComponent{render(){return(<divclassName="App"><LoadingOverlayactivespinneranimatetext='Loading...'><headerclassName="App-header"><imgsrc={logo}className="App-logo"alt="logo"/><p>
Edit <code>src/App.js</code> and save to reload.
</p><aclassName="App-link"href="https://reactjs.org"target="_blank"rel="noopener noreferrer">
Learn React
</a></header></LoadingOverlay></div>);}}exportdefaultApp;
The text was updated successfully, but these errors were encountered:
In IE11, the spinner is positioned at the top of whatever container you place it in. In Chrome and FireFox, the spinner is always positioned in the center of the container.
IE11:
Chrome:
Any help is appreciated. Code added to standard
create-react-app
:The text was updated successfully, but these errors were encountered: