diff --git a/src/index.scss b/src/index.scss index e8e80c06..9274c26f 100644 --- a/src/index.scss +++ b/src/index.scss @@ -30,10 +30,6 @@ body { position: absolute; } -.no-box-shadow { - box-shadow: unset !important; -} - // global style tweaks .#{$ns}-toast { diff --git a/src/toolbar/Toolbar.tsx b/src/toolbar/Toolbar.tsx index dbbd8c11..10cbda92 100644 --- a/src/toolbar/Toolbar.tsx +++ b/src/toolbar/Toolbar.tsx @@ -22,7 +22,7 @@ const Toolbar: React.VFC = (_props) => {