mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 17:52:30 +03:00
change initialization bridging attribute name to prevent frameworks to change it back to empty
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Html, Head, Main, NextScript } from 'next/document';
|
||||
|
||||
const Document = () => (
|
||||
<Html lang="en" data-overlayscrollbars="">
|
||||
<Html lang="en" data-overlayscrollbars-initialize="">
|
||||
<Head />
|
||||
<body data-overlayscrollbars="">
|
||||
<body data-overlayscrollbars-initialize="">
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user