mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fixed unstable moving top-bar in App Builder (#7307)
* Fixed unstable moving top-bar in App Builder * Fixed unstable moving top-bar in App Builder * Removed unwanted code --------- Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
This commit is contained in:
parent
bcbee3f4fe
commit
955fc3c308
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ export default function EditorHeader({
|
|||
}, [currentUser]);
|
||||
|
||||
return (
|
||||
<div className="header">
|
||||
<header className="navbar navbar-expand-md d-print-none p-0">
|
||||
<div className="header" style={{ width: '100%' }}>
|
||||
<header className="navbar navbar-expand-md d-print-none">
|
||||
<div className="container-xl header-container">
|
||||
<div className="d-flex w-100">
|
||||
<h1 className="navbar-brand d-none-navbar-horizontal p-0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue