Search
 
SCRIPT & CODE EXAMPLE
 

CSS

How To Disable Swipe To Go Back In Chrome or any browser

//ADD Below CSS

body {
  overscroll-behavior-x: none;
}
Comment

disable swipe to go back chrome

chrome://flags/#overscroll-history-navigation
Comment

disable back swipe chrome

MacOS: System Preference > Mouse OR Trackpad > More Gestures > uncheck Swipe between pages
Comment

PREVIOUS NEXT
Code Example
Css :: css lighten function 
Css :: input type date all css style 
Css :: hidden vs visible 
Css :: comment one line css 
Css :: place image on top right inside flex css 
Css :: how to remove text highlight on double click 
Css :: css select element by role 
Css :: css make input unselectable 
Css :: html center image 
Css :: background clip text 
Css :: background image overlay 
Css :: datatables width 100% not working 
Css :: css break wrap header 
Css :: paragraph next to image html 
Css :: css user-select 
Css :: plasma state of matter 
Css :: color code green 
Css :: add shadow to background image css 
Css :: placeholder text css 
Css :: border 1px thick 
Css :: scroll padding top in css 
Css :: @supports css 
Css :: how to set transition in keyframe 
Css :: html css navbar with dropdown 
Css :: live sass compiler settings 
Css :: border css shorthand 
Css :: How to use css on a react icon 
Css :: css border-left 
Css :: css curved border 
Css :: text change animation css 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =