Difference between revisions of "Template:IIT Kanpur"

Line 1: Line 1:
 
<html>
 
<html>
 
+
html {
 +
  overflow:  scroll;
 +
}
 +
::-webkit-scrollbar {
 +
    width: 0px;
 +
    background: transparent; /* make scrollbar transparent */
 +
}
 
     <style>
 
     <style>
  

Revision as of 16:03, 15 October 2018

html { overflow: scroll; } ::-webkit-scrollbar { width: 0px; background: transparent; /* make scrollbar transparent */ }