Skip to content

Commit b170c94

Browse files
committed
Fixes settings popup scrollbar styling
1 parent 7ad3b46 commit b170c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/settings/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h2>Jump to</h2>
366366

367367
<template id="token-popup">
368368
<h3 class="token-popup__title">Available Tokens</h3>
369-
<div class="token-popup__scroller">
369+
<div class="token-popup__scroller scrollable">
370370
<table class="token-popup__table">
371371
<tbody>
372372
<tr>

0 commit comments

Comments
 (0)