- font-display: swap; (Reference Link)
- flex-shrink: 0; (instead of min-height : min-content)
- min-height: 0; (added for firefox and edge)
- margin: auto; (justify-content & align-items wont work when child height overflow)
- Edge and IE css variable issue
width: 10px; (Edge and IE css variable issue)
width: var(--tag-dot-height-width);
- margin: auto; (To extend the color on scroll) (Reference Link)
- Default Browser CSS links
ChromeFirefoxSafari
- clip-path cuts the div if an absolute div with greater height is there.