We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0f025 commit 34261e3Copy full SHA for 34261e3
2 files changed
src/App.css
@@ -671,7 +671,9 @@ Producthunt item
671
.navigationItem.active {
672
background-color: #3c4f651f;
673
}
674
-
+.changelogTooltip {
675
+ overflow-x: hidden !important;
676
+}
677
.changelogButton {
678
width: 20px;
679
height: 20px;
src/components/Changelog.js
@@ -82,6 +82,7 @@ function Changelog({}) {
82
scrollHide={false}
83
afterShow={afterShow}
84
place="bottom"
85
+ className="changelogTooltip scrollable"
86
globalEventOff="click">
87
{loading ? (
88
<div className="tooltipLoading">
0 commit comments