Commit 31511ee3 by Torkel Ödegaard

fixed snapshots failing in master

parent c586bc51
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
exports[`CustomScrollbar renders correctly 1`] = ` exports[`CustomScrollbar renders correctly 1`] = `
<div <div
className="custom-scrollbars" className="custom-scrollbar"
style={ style={
Object { Object {
"height": "auto", "height": "auto",
......
...@@ -5,7 +5,7 @@ exports[`ServerStats Should render table with stats 1`] = ` ...@@ -5,7 +5,7 @@ exports[`ServerStats Should render table with stats 1`] = `
className="page-scrollbar-wrapper" className="page-scrollbar-wrapper"
> >
<div <div
className="custom-scrollbars" className="custom-scrollbar custom-scrollbar--page"
style={ style={
Object { Object {
"height": "auto", "height": "auto",
......
...@@ -109,7 +109,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1` ...@@ -109,7 +109,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
autoHide={false} autoHide={false}
autoHideDuration={200} autoHideDuration={200}
autoHideTimeout={200} autoHideTimeout={200}
customClassName="custom-scrollbars"
hideTracksWhenNotNeeded={false} hideTracksWhenNotNeeded={false}
scrollTop={0} scrollTop={0}
setScrollTop={[Function]} setScrollTop={[Function]}
...@@ -345,7 +344,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti ...@@ -345,7 +344,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
autoHide={false} autoHide={false}
autoHideDuration={200} autoHideDuration={200}
autoHideTimeout={200} autoHideTimeout={200}
customClassName="custom-scrollbars"
hideTracksWhenNotNeeded={false} hideTracksWhenNotNeeded={false}
scrollTop={0} scrollTop={0}
setScrollTop={[Function]} setScrollTop={[Function]}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment