I am using vuexy admin dashboard template in my Vue.js project and I am using the date picker component inside the collapse component provided by vuexy theme. when I click on date picker it should expand over the parent but it did not work as the following screenshot.
I tried to override the inner class of date pickers expandable component and make it to use position: fixed; then the expandable part is visible but it stays at the same position when we scroll as the following screenshot.
How can I fix this issue using CSS? (or even library-specific solution also acceptable)

