Skip to content

Commit 7a7408a

Browse files
fix: prevent scrollbar when add new signer
Signed-off-by: Vitor Mattos <[email protected]>
1 parent f5cd4c5 commit 7a7408a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/RightSidebar/RequestSignatureTab.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,9 @@ export default {
11311131
::v-deep .app-sidebar__close {
11321132
display: none;
11331133
}
1134+
::v-deep .app-sidebar__tab {
1135+
box-sizing: border-box;
1136+
}
11341137
@media (min-width: 513px) {
11351138
::v-deep #app-sidebar-vue {
11361139
width: unset;

0 commit comments

Comments
 (0)