Adding vertical scroll bar when needed on token dialog

this allows to support kitchen sink type scripts
This commit is contained in:
Martin-Pierre Frenette 2024-09-10 10:28:51 -04:00 committed by GitHub
parent d9c2b17dc9
commit 7c069d4ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,6 +115,10 @@ export default {
<style scoped lang="scss">
@import "../../vars.scss";
.modal{
overflow-y: auto;
overflow-x: hidden;
}
ul.tokens li {
border-radius: 50%;
width: 6vw;