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
|
<button
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
className={styles.more}
|
className={styles.more}
|
||||||
onTouchEnd={handleClick}
|
|
||||||
onMouseEnter={toggleDirection}
|
onMouseEnter={toggleDirection}
|
||||||
onMouseLeave={toggleDirection}
|
onMouseLeave={toggleDirection}
|
||||||
>Mehr erfahren <CollapsibleArrow direction={direction}/></button>
|
>Mehr erfahren <CollapsibleArrow direction={direction}/></button>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: -50px 0;
|
|
||||||
transition: max-height 500ms ease-in;
|
transition: max-height 500ms ease-in;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue