How can I resolve the height issue with sidebar and content area on smaller devices, maintaining 100% height for both? I'm having trouble fixing it with the current code.
I am aiming to create a fixed-width sidebar that expands to full width on smaller devices. The sidebar should stick while scrolling through the content.
I am using Bootstrap 4 for this project.
Thank you
The provided code snippet:
<!doctype html>
...
...
...
</html>
https://i.sstatic.net/faAb0.png
Using @MinIsNghia's code, I encountered two issues that I need help resolving: https://i.sstatic.net/etXtE.png