summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-01-25 10:02:32 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-01-25 10:02:32 +0100
commit79f49fa6f0b5368c197a3346dae1f57e4976e5ca (patch)
tree91ac3b2fa8ff30cb32083fb25d2d6aa076c2b989 /templates/index.php
parent9570304359921751545d526db12ff7696032f2c8 (diff)
Stable13 fixes (#254)
* Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index a7f8bb303..5d9f0f63b 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -96,7 +96,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
}"
ng-hide="App.loading.isLoading('global')"
ng-view
- news-scroll="#app-content"
+ news-scroll=".app-content-detail"
news-scroll-enabled-mark-read="Content.markReadEnabled()"
news-scroll-auto-page="Content.autoPage()"
news-scroll-mark-read="Content.scrollRead(itemIds)"></div>