File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function SampleProjectsDropdown() {
9393 leaveFrom = "transform opacity-100 scale-100"
9494 leaveTo = "transform opacity-0 scale-95"
9595 >
96- < Menu . Items className = "absolute w-max z-10 mt-2 origin-top-left rounded-md ml-6 bg-white shadow-sm ring-1 ring-black ring-opacity-5 focus:outline-none" >
96+ < Menu . Items className = "absolute w-max z-10 mt-2 small:max-h-72 small:overflow-y-auto origin-top-left rounded-md ml-6 bg-white shadow-sm ring-1 ring-black ring-opacity-5 focus:outline-none" >
9797 < div className = "py-1" >
9898 < Menu . Item >
9999 { ( { active } ) => (
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ module.exports = {
6464 } ,
6565 screens : {
6666 "xs" : "450px" ,
67+ 'small' : { 'raw' : '(max-height: 1200px)' } ,
6768 ...defaultTheme . screens ,
6869 }
6970 } ,
You can’t perform that action at this time.
0 commit comments