mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
c6a2e5b6c8
* use head elements and new manganis syntax in examples * only enable desktop workspace example scraping during a dioxus release --------- Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
13 lines
No EOL
256 B
CSS
13 lines
No EOL
256 B
CSS
html, body {
|
|
height: 100px;
|
|
margin: 0;
|
|
overscroll-behavior-y: none;
|
|
overscroll-behavior-x: none;
|
|
overflow: hidden;
|
|
}
|
|
#main, #bodywrap {
|
|
height: 100%;
|
|
margin: 0;
|
|
overscroll-behavior-x: none;
|
|
overscroll-behavior-y: none;
|
|
} |