0👍
I would say normal CSS. If you want the container to stay at the bottom I would suggest:
#id {
display: fixed;
bottom: 0;
}
Source:stackexchange.com
0👍
I would say normal CSS. If you want the container to stay at the bottom I would suggest:
#id {
display: fixed;
bottom: 0;
}