mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	test(e2e): header should always be visible (sticky)
This commit is contained in:
		@@ -15,19 +15,11 @@ export const Interests: React.FC = () => {
 | 
			
		||||
  )
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <div className='max-w-full'>
 | 
			
		||||
        {paragraphs.map((paragraph, index) => {
 | 
			
		||||
          return <InterestParagraph key={index} {...paragraph} />
 | 
			
		||||
        })}
 | 
			
		||||
        <InterestsList />
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <style jsx global>{`
 | 
			
		||||
        #__next {
 | 
			
		||||
          display: block;
 | 
			
		||||
        }
 | 
			
		||||
      `}</style>
 | 
			
		||||
    </>
 | 
			
		||||
    <div className='max-w-full'>
 | 
			
		||||
      {paragraphs.map((paragraph, index) => {
 | 
			
		||||
        return <InterestParagraph key={index} {...paragraph} />
 | 
			
		||||
      })}
 | 
			
		||||
      <InterestsList />
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user