diff --git a/src/components/Toolbar.tsx b/src/components/Toolbar.tsx index 44207f29..f1d38e41 100644 --- a/src/components/Toolbar.tsx +++ b/src/components/Toolbar.tsx @@ -18,7 +18,6 @@ class Toolbar extends React.Component { return ( e.preventDefault()} - fixedToTop={true} className="no-box-shadow" > diff --git a/src/index.scss b/src/index.scss index 2f13c62d..f251ffe8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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