fix(ui) - header fixed height
This commit is contained in:
parent
053ae0d67d
commit
3528b5e227
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ const Header = (props) => {
|
|||
}, [siteId])
|
||||
|
||||
return (
|
||||
<div className={ cn(styles.header) }>
|
||||
<div className={ cn(styles.header) } style={{ height: '50px'}}>
|
||||
<NavLink to={ withSiteId(SESSIONS_PATH, siteId) }>
|
||||
<div className="relative">
|
||||
<div className="p-2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue