Currently, I'm facing an issue with the size of a selector,
<component-selector></component-selector>
. It seems to be displaying too large and cutting off the right side of the contents. I've attempted the following code:
<div style="width: 100%; height: 100%; display: block;">
<component-selector></component-selector>
</div>
I want the component to fill the whole page without extending beyond it or being cut off. However, my current approach is not working. How can I adjust this div so that the component occupies the entire page without getting larger or cropped?