Skip to content

Commit 02b7561

Browse files
author
Dobromir Hristov
committed
fix: unable to drag scrollbar
1 parent 6a4253b commit 02b7561

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Navigator/NavigatorCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,5 +621,6 @@ $navigator-card-vertical-spacing: 8px !default;
621621
height: 100%;
622622
box-sizing: border-box;
623623
padding: var(--card-vertical-spacing) 0;
624+
padding-right: var(--card-horizontal-spacing);
624625
}
625626
</style>

src/components/Navigator/NavigatorCardItem.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default {
9999
height: 32px;
100100
display: flex;
101101
align-items: center;
102-
padding-right: var(--card-horizontal-spacing);
103102
}
104103
105104
.head-wrapper {

0 commit comments

Comments
 (0)