fix: remove redundant log and display in parent of overflow
This commit is contained in:
		@@ -15,7 +15,6 @@ const OverflowList = ({
 | 
				
			|||||||
let numExplorers = 0
 | 
					let numExplorers = 0
 | 
				
			||||||
export default () => {
 | 
					export default () => {
 | 
				
			||||||
  const id = `list-${numExplorers++}`
 | 
					  const id = `list-${numExplorers++}`
 | 
				
			||||||
  console.log(id)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return {
 | 
					  return {
 | 
				
			||||||
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (
 | 
					    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -554,7 +554,6 @@ video {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
div:has(> .overflow) {
 | 
					div:has(> .overflow) {
 | 
				
			||||||
  display: flex;
 | 
					 | 
				
			||||||
  max-height: 100%;
 | 
					  max-height: 100%;
 | 
				
			||||||
  overflow-y: hidden;
 | 
					  overflow-y: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user