diff --git a/src/App.tsx b/src/App.tsx index 08d97f0..8bb1724 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,7 @@ import tippy from 'tippy.js'; import 'tippy.js/dist/tippy.css'; import 'tippy.js/themes/light.css'; import 'tippy.js/animations/shift-away.css'; +import './app.sass'; const host = "https://daisy-ddns.hydev.org/data/api" diff --git a/src/app.sass b/src/app.sass new file mode 100644 index 0000000..4254b49 --- /dev/null +++ b/src/app.sass @@ -0,0 +1,2 @@ +.tippy-box + max-width: unset !important