static position will make it css position set to static.
absolute position will make it css position set to absolute and left,
right, top, bottom to 0. absolute position is very useful
when you want to make content scroll in a fixed container or make
the whole page’s layout in a fixed position. You may need to change
the style of the component to make it display as you expect.