SideChat.css 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .SideChat { color: yellow; background-color: gray; position: absolute; z-index: 999; right:100px; top:0px; transition: 0ms; } .scrollmake{ height:1200px; width:100px; background-color: red; }