schoolbox web extension :)
at main 293 B view raw
1#left-menu { 2 height: 100vh !important; 3 overflow-y: scroll !important; 4} 5 6#container { 7 height: calc(100vh - 72px) !important; 8 overflow-y: scroll !important; 9 padding-bottom: 0px; 10} 11 12body { 13 overflow-y: hidden !important; 14} 15 16#footer { 17 margin-top: 16px; 18} 19 20#msgs { 21 height: 100vh; 22}