mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix window focus
This commit is contained in:
@@ -15,6 +15,10 @@ import { ToastContainer } from 'react-toastify';
|
||||
|
||||
|
||||
const GlobalStyle = createGlobalStyle`
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user