fix: mobile issues

This commit is contained in:
Benno Tielen 2025-02-11 11:09:10 +01:00
parent 7ab5528dbf
commit dead9f8eb9
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@ const MoreInformation = ({isCollapsed, onClick}: MoreInformationProps) => {
<button
onClick={handleClick}
className={styles.more}
onTouchEnd={handleClick}
onMouseEnter={toggleDirection}
onMouseLeave={toggleDirection}
>Mehr erfahren <CollapsibleArrow direction={direction}/></button>

View file

@ -13,7 +13,6 @@
}
.content {
margin: -50px 0;
transition: max-height 500ms ease-in;
max-height: 0;
overflow: hidden;