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:
David Lechner
2020-12-13 16:36:12 -06:00
committed by GitHub
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@ class Toolbar extends React.Component {
return (
<Navbar
onContextMenu={(e): void => e.preventDefault()}
fixedToTop={true}
className="no-box-shadow"
>
<Navbar.Group>
-2
View File
@@ -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