aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-06-19 23:24:47 +0200
committer0neGal <mail@0negal.com>2024-06-19 23:24:47 +0200
commitfce388b3d9b520459413988e190f916f334a8d48 (patch)
tree5605416c2550cda739a28f82c8531cf98beff673 /src/app/index.html
parenta2c165b16a82799422547b124fde72bfbad40f0d (diff)
downloadViper-fce388b3d9b520459413988e190f916f334a8d48.tar.gz
Viper-fce388b3d9b520459413988e190f916f334a8d48.zip
proper gamepad element scrolling support
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 40b64a0..1f9f443 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -228,7 +228,7 @@
</button>
</div>
- <webview></webview>
+ <webview class="scroll-selection"></webview>
</div>
<nav class="gamesContainer">
@@ -252,7 +252,7 @@
<a id="setpath" href="#" onclick="gamepath.set()" class="disable-when-installing">%%gui.setpath%%</a>
</div>
</div>
- <div id="vpReleaseNotes" class="hidden section"></div>
+ <div id="vpReleaseNotes" class="scroll-selection hidden section"></div>
<div id="vpInfo" class="hidden section">
<h2>%%viper.info.links%%</h2>
<ul>
@@ -312,7 +312,7 @@
</div>
</div>
</div>
- <div id="nsRelease" class="hidden section"></div>
+ <div id="nsRelease" class="scroll-selection hidden section"></div>
</div>
</div>