jcocozza / cassidy-wails

Wails implementation of Cassidy
0 stars 0 forks source link

Figure out how to disable app scroll #31

Closed jcocozza closed 3 months ago

jcocozza commented 4 months ago

Easy as:

<style>
    html {
        height: 100%;
        overflow: hidden;
    }
</style>