Skip to content

Commit 5758e92

Browse files
committed
🐛 アクセスを許可しているアプリのスタイルが崩れることがあった
1 parent 056978d commit 5758e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Settings/SessionTab/TokenManager.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ onMounted(() => {
7979
.content {
8080
@include color-ui-primary;
8181
display: grid;
82+
grid-auto-rows: max-content;
8283
height: 400px;
8384
padding: 0 4px;
8485
gap: 4px;
8586
border-radius: 8px;
86-
overflow-y: scroll;
87+
overflow-y: auto;
8788
}
8889
</style>

0 commit comments

Comments
 (0)