development:css:force_v_scroll

Differences

This shows you the differences between two versions of the page.


development:css:force_v_scroll [2019/10/31 09:04] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Force vertical scrollbar ====== 
 +This is invalid CSS, but it works in everything except Opera. The reason for this is to prevent “centering jumps” when navigating back and forth between pages with enough content to have a vertical scroll bar and pages that do not. 
 +<code css> 
 +html {overflow-y: scroll;} 
 +</code>
  • development/css/force_v_scroll.txt
  • Last modified: 2019/10/31 09:04
  • by 127.0.0.1