Skip to content

Commit 34261e3

Browse files
committed
customize the changelog scrollbar
1 parent 6e0f025 commit 34261e3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/App.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,9 @@ Producthunt item
671671
.navigationItem.active {
672672
background-color: #3c4f651f;
673673
}
674-
674+
.changelogTooltip {
675+
overflow-x: hidden !important;
676+
}
675677
.changelogButton {
676678
width: 20px;
677679
height: 20px;

src/components/Changelog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function Changelog({}) {
8282
scrollHide={false}
8383
afterShow={afterShow}
8484
place="bottom"
85+
className="changelogTooltip scrollable"
8586
globalEventOff="click">
8687
{loading ? (
8788
<div className="tooltipLoading">

0 commit comments

Comments
 (0)