diff --git a/web/plugin.head.html b/web/plugin.head.html
index b5fcf99..993da2b 100644
--- a/web/plugin.head.html
+++ b/web/plugin.head.html
@@ -498,7 +498,7 @@
html:not(.politictalk-direct-access-blocked) .toolbox-content,
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
- max-width: calc(100vw - 20px) !important;
+ max-width: calc(100vw - 44px) !important;
pointer-events: auto !important;
}
@@ -507,6 +507,7 @@
display: block !important;
left: 50% !important;
min-height: 0 !important;
+ overflow: visible !important;
position: fixed !important;
right: auto !important;
top: auto !important;
@@ -515,11 +516,16 @@
}
html:not(.politictalk-direct-access-blocked) .toolbox-content {
+ border-radius: 8px !important;
+ box-sizing: border-box !important;
bottom: auto !important;
left: auto !important;
margin-left: auto !important;
margin-right: auto !important;
- max-width: calc(100vw - 20px) !important;
+ max-width: calc(100vw - 44px) !important;
+ overflow: visible !important;
+ padding-left: 8px !important;
+ padding-right: 8px !important;
position: relative !important;
right: auto !important;
top: auto !important;