texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Wed, 30 Nov 2022 13:36:44 -0500 (EST)

branch: old/qt-info
commit 73f84fa31ed10e10cae6f2efa445a73531e831ae
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Apr 20 13:07:15 2019 +0100

    * js/info.css: Comment out overflow properties because of
    scrolling problems.
---
 ChangeLog   | 5 +++++
 js/info.css | 9 ++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4e6eab667f..206d8d1567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-20  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * js/info.css: Comment out overflow properties because of 
+       scrolling problems.
+
 2019-04-20  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Make fix_links leave internal links alone.
diff --git a/js/info.css b/js/info.css
index 4651cfd9f0..d63a512d7f 100644
--- a/js/info.css
+++ b/js/info.css
@@ -9,7 +9,10 @@ div[node] {
     top: 0pt;
     bottom: 0pt;
     position: absolute;
-    overflow: hidden;
+    // This is commented-out because it caused unresponsive scrolling
+    // with Qt WebEngine, especially when quickly scrolling up and down
+    // with a scroll wheel.
+    // overflow: hidden;
 }
 
 div[node][hidden] {
@@ -18,7 +21,7 @@ div[node][hidden] {
 
 /* Non-iframed main page */
 div[node]#index {
-    overflow: auto
+    // overflow: auto
 }
 
 /* Iframed sub pages */
@@ -108,7 +111,7 @@ table#keyboard-shortcuts th {
     top: 0;
     width: 75%;
     height: 100%;
-    overflow: auto;
+    // overflow: auto;
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]