You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to me the left div of the page should be fixed - https://ocaml.org/community/mailing_lists.html
the main purpose of the left div is to help users to scroll directly down to the content they are interested in (correct me if I understood it wrong) but if the div itself scrolls down, then at the bottom the purpose of it is not achieved.
for example :
if a user is at the bottom of the page and wants to go to IRC channel-English , they have to scroll upwards and then find it.
solution:
keep the left div fixed as in
let me know if I understood the problem correctly.
thankyou :))