CopyPastor

Detecting plagiarism made easy.

Score: 0.8133036494255066; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-04-17
by harsh09

Original Post

Original - Posted on 2015-06-06
by Anirban Bhui



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can try:
html { overflow: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ background: transparent; /* optional: just make scrollbar invisible */ } /* optional: show position indicator in red */ ::-webkit-scrollbar-thumb { background: #FF0000; }

Easy in Webkit, with optional styling:
html { overflow: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ background: transparent; /* optional: just make scrollbar invisible */ } /* optional: show position indicator in red */ ::-webkit-scrollbar-thumb { background: #FF0000; }

        
Present in both answers; Present only in the new answer; Present only in the old answer;