function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhishek Verma 34Abhishek Verma 34 

Date Picker in Popup Issue

I am facing the same problem wherein I have a date field on a pop up and i dont want to use position:relative as while scrolling down I want to see the popup but for that the date picker remains at the top of the page while scrolling down. in case of using position:fixed.
Best Answer chosen by Abhishek Verma 34
Abhishek Verma 34Abhishek Verma 34
I have got the answer..
.datePicker{
        position: fixed;
        z-index:10001;
        width: 420px;
        height:auto;}

no need for using styleclass=datePicker and its done