mirror of https://github.com/bra1n/townsquare.git
fix roles modal part 1
This commit is contained in:
parent
26e4f6299f
commit
61ebc02490
|
@ -73,6 +73,10 @@ export default {
|
||||||
.characters & {
|
.characters & {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.roles & {
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
Loading…
Reference in New Issue