Removes position relative from root

This commit is contained in:
Sudev Kiyada 2026-01-08 08:26:08 +05:30
parent d3e8a56f9f
commit cc0b2da4c5
Failed to extract signature

View file

@ -256,7 +256,6 @@
<style lang="scss">
.horizontal-scroller-container {
width: 100%;
position: relative;
contain: paint;
}