6 lines
139 B
CSS
6 lines
139 B
CSS
html {
|
|
/* revert this which only makes sense when rendering inside the clan app webview */
|
|
overflow-x: revert;
|
|
overflow-y: revert;
|
|
}
|