Topic: Mousewheel doesn't work in the material textarea
                  
                  Zhao
                  pro
                  asked 7 years ago
                
                I have a long text in a material textarea and it seems that the mousewheel scroll doesn't work in the textarea. When use the key arrow it works. Is any quick fix for this?
                
                  
                
                
                
              
              
            
                      
                      Bartłomiej Malanowski
                      staff
                        answered 7 years ago
                    
                    That's a terrible issue. We're so sorry about that. I've reported this issue to the right person so I hope we'll fix it soon. As a temporary solution, you can use the following code:
                    
                      
                    
                    
                    
                    
                  
                  
                .md-form textarea.md-textarea {
  overflow-y: auto;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Answered
Specification of the issue
              - ForumUser: Pro
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: 4.5.10
 - Device: Desktop
 - Browser: Chrome
 - OS: Windows 10
 - Provided sample code: No
 - Provided link: No
 
Bartłomiej Malanowski staff commented 7 years ago
Could you please provide us more details? A code snippet would be also great
Zhao pro commented 7 years ago
https://mdbootstrap.com/snippets/jquery/zhao/95999
I cannot use the mousewheel to scroll through the textarea. I have to use the arrow keys.