mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Adding vertical scroll bar when needed on token dialog
this allows to support kitchen sink type scripts
This commit is contained in:
parent
d9c2b17dc9
commit
7c069d4ed6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue