The container-fluid class from Bootstrap adds a padding of 15px to the left and right of its contents. However, when I try to create a separate class to remove this padding and make the content cover the entire width without any space on either side, it ends up creating a horizontal scroll bar. How can I resolve this issue and ensure that everything within container-fluid spans the full width seamlessly?