fix: mobile issues
This commit is contained in:
parent
7ab5528dbf
commit
dead9f8eb9
2 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
margin: -50px 0;
|
||||
transition: max-height 500ms ease-in;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue