I have successfully implemented overflow-y: scroll;
to keep the scrollbar space always reserved and prevent content from shifting when the scrollbar appears. However, I noticed that when I click on a select element, this scrollbar space is lost. How can I ensure that this scrollbar space remains even when clicking on a select?
Currently, I am utilizing material-ui components and styling them with sass.