Something went wrong while setting issue due date.
webkit overflow scrolling touch prevents "tap top bar" to scroll back to the top
Closed
webkit overflow scrolling touch prevents "tap top bar" to scroll back to the top
Created by: AndrewEQ
Bootstrap v3.0.0
html { font-size: 62.5%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
...
.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; -webkit-overflow-scrolling: touch; }