mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-10 22:16:13 +00:00
35980656e3
* rename community to with-parcel * add with-next example * update example names and unify configs * add vite example * use new JSX transform in examples * disable necessary eslint rules for examples * add next output to prettierignore * add remix example * update engines in package.json * remove readme from with-next example * update vite example * update with-next example * remove with-remix example
7 lines
69 B
CSS
7 lines
69 B
CSS
body,
|
|
html,
|
|
#root {
|
|
height: 100%;
|
|
overscroll-behavior-y: none;
|
|
}
|