mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
Merge pull request #214 from littldr/fix_broken_topbar_after_iframe_click
remove stickiness of toolbar to avoid breaking the layout
This commit is contained in:
@@ -18,7 +18,6 @@ class Toolbar extends React.Component {
|
||||
return (
|
||||
<Navbar
|
||||
onContextMenu={(e): void => e.preventDefault()}
|
||||
fixedToTop={true}
|
||||
className="no-box-shadow"
|
||||
>
|
||||
<Navbar.Group>
|
||||
|
||||
@@ -28,8 +28,6 @@ $status-bar-height: 3vh;
|
||||
body {
|
||||
// no scrolling of the page
|
||||
overflow: hidden;
|
||||
// See https://blueprintjs.com/docs/#core/components/navbar
|
||||
padding-top: $pt-navbar-height;
|
||||
}
|
||||
|
||||
// Utility classes
|
||||
|
||||
Reference in New Issue
Block a user