From bdace4edca836b688e0ea2c308aa61ee27f911d0 Mon Sep 17 00:00:00 2001 From: v4nkor <vanknpix@gmail.com> Date: Mon, 17 Apr 2023 16:28:06 +0200 Subject: [PATCH] Small changes and tests --- js/voice.js | 4 ++++ pages/accueil.php | 4 ++++ styles/scss/app.scss | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/js/voice.js b/js/voice.js index 625bef1..28159dc 100644 --- a/js/voice.js +++ b/js/voice.js @@ -271,6 +271,10 @@ function enableBtn(){ voiceSpan.style.display = "none"; } +function scrollDown(){ + +} + docReady(function() { populateVoiceList(); voiceSelect.value= "Microsoft Paul - French (France) (fr-FR)"; diff --git a/pages/accueil.php b/pages/accueil.php index 25cc609..330d35a 100644 --- a/pages/accueil.php +++ b/pages/accueil.php @@ -30,7 +30,11 @@ <div class="votrerecette"> <p> Vous souhaitez ajouter votre recette ? Cliquez ici</p> </div> + <div style="background-color:lightgray;height:3000px;"> + </div> + Cela etais un test pour le scroll + Bas de la page <?php //include "footer.php"; ?> </body> </html> \ No newline at end of file diff --git a/styles/scss/app.scss b/styles/scss/app.scss index cf269ea..c5becac 100644 --- a/styles/scss/app.scss +++ b/styles/scss/app.scss @@ -1,6 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&family=Roboto:wght@500&display=swap'); @import "../bootstrap/bootstrap"; +html { + scroll-behavior: smooth; +} + body { font-family: 'Roboto', sans-serif; } -- GitLab