From 7dc7fb66604516cdd067807144305022c66ccac1 Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 9 Feb 2023 19:28:30 -0500 Subject: [PATCH] [S] Patch tippy tooltip --- src/App.tsx | 1 + src/app.sass | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/app.sass 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