Skip to content

Commit cf7af99

Browse files
committed
show a scroll in the option menu
1 parent 951ae18 commit cf7af99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

electron_app/src/components_bare/SDOptionsDropdown.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,15 @@ export default {
303303
}
304304
</script>
305305
<style scoped>
306+
.b-dropdown ::-webkit-scrollbar {
307+
appearance: none;
308+
width: 7px;
309+
}
310+
.b-dropdown ::-webkit-scrollbar-thumb {
311+
border-radius: 4px;
312+
background-color: rgba(0, 0, 0, .5);
313+
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
314+
}
306315
.options_title {
307316
display: flex;
308317
flex-direction: row;

0 commit comments

Comments
 (0)