Skip to content

Commit f4943b5

Browse files
fix scroll bar missing
1 parent 83a4d6d commit f4943b5

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

src/components/header.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Link } from "gatsby";
22
import PropTypes from "prop-types";
33
import React from "react";
4-
import "./scroll.css";
54
import { useStaticQuery, graphql } from "gatsby";
65
import {
76
AppBar,

src/components/scroll.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/templates/blog-post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import Helmet from "react-helmet";
33
import Layout from "../components/layout";
4-
import { makeStyles } from "@material-ui/core";
4+
import { graphql } from "gatsby";
55
require(`katex/dist/katex.min.css`);
66

77
export default function Template({ data }) {

0 commit comments

Comments
 (0)