quran/quran.com-frontend

View on GitHub
src/components/VersesDropdown/style.scss

Summary

Maintainability
Test Coverage
.dropdown{
  :global(.dropdown-menu){
    max-height: 400px;
    max-height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}