txtodo.app

[DORMANT] the official website of txtodo
git clone git://git.figbert.com/txtodo.app.git
Log | Files | Refs | README | LICENSE

commit 7fd0bd59cd467fc65cdd6975882f7bb1362599a7
parent 7ba6f743f3ffd0077c16ce6f98532a178096aafd
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Wed, 25 Mar 2020 20:57:31 -0700

:bug: Disable scrolling

Diffstat:
Msrc/App.svelte | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.svelte b/src/App.svelte @@ -25,7 +25,7 @@ </script> <main> - <div class="{backgroundColor} min-h-screen w-screen pl-5 sm:pl-6 md:pl-8 lg:pl-10 overflow-hidden"> + <div class="{backgroundColor} h-screen w-screen pl-5 sm:pl-6 md:pl-8 lg:pl-10 overflow-hidden"> <header> <button class="float-right m-4" on:click={toggleMode}> <img src={appearenceImg} alt={appearenceAlt} class="w-5 sm:w-5 md:w-6 lg:w-8">