fix popper header (#233)
This commit is contained in:
parent
b204f5dbba
commit
4e7e6b692a
|
@ -205,7 +205,7 @@ export const Header = (props: Props) => {
|
|||
onMouseOver={() => toggleSubnavigation(true, setIsTopicsVisible)}
|
||||
onMouseOut={() => hideSubnavigation}
|
||||
routeName="topics"
|
||||
active={isFeedVisible()}
|
||||
active={isTopicsVisible()}
|
||||
body={t('topics')}
|
||||
/>
|
||||
<Link
|
||||
|
|
|
@ -980,6 +980,7 @@ details {
|
|||
|
||||
iframe {
|
||||
border: none;
|
||||
color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
.lead {
|
||||
|
@ -990,4 +991,5 @@ iframe {
|
|||
|
||||
.cursorPointer {
|
||||
cursor: pointer;
|
||||
color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user