diff --git a/src/App.js b/src/App.js index e93e79c..0a7eac9 100644 --- a/src/App.js +++ b/src/App.js @@ -19,7 +19,10 @@ const App = ({ handleInitializeApplication, planets }) => { return ( - + diff --git a/src/components/ItemCard.js b/src/components/ItemCard.js index 31a389d..4b335a8 100644 --- a/src/components/ItemCard.js +++ b/src/components/ItemCard.js @@ -6,7 +6,7 @@ const ItemCard = ({ item }) => { const currentItem = itemList.find(({ name }) => name === item) const Icon = currentItem.icon return ( - + { } return ( - + - +
Name diff --git a/src/index.css b/src/index.css index 7fe37a5..f6e36a2 100644 --- a/src/index.css +++ b/src/index.css @@ -16,3 +16,7 @@ body { .node-container:hover { cursor: pointer; } + +.MuiTableCell-stickyHeader { + top: 104px !important; +} \ No newline at end of file