In my webpage done in angular I am able to scroll but scroll bars are missing:
            Asked
            
        
        
            Active
            
        
            Viewed 130 times
        
    0
            
            
        - 
                    can be hidden with the help of CSS – Pardeep Jain Jun 07 '18 at 11:42
- 
                    i have tried adding a div after the header and given overflow-y:scroll auto etc but that also didnt work – ruby Jun 07 '18 at 11:43
- 
                    my requirement is to get the scrollbar..now it is missing – ruby Jun 07 '18 at 11:43
- 
                    These must be some CSS issue with your code – Pardeep Jain Jun 07 '18 at 11:44
- 
                    how can I find that.. I have tried searching for overflow:hidden property but have not given anything like that – ruby Jun 07 '18 at 11:45
- 
                    May help you out https://stackoverflow.com/q/16670931/5043867 – Pardeep Jain Jun 07 '18 at 11:46
- 
                    1Thanks a lot for the link. I have given ::-webkit-scrollbar { width: 0 !important } this caused the issue.. – ruby Jun 13 '18 at 04:38
- 
                    Glad to know :) – Pardeep Jain Jun 13 '18 at 07:18
