make annotation popup small
This commit is contained in:
parent
58602c1400
commit
29c4fc92de
|
@ -75,6 +75,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.annotation-tooltip-container {
|
.annotation-tooltip-container {
|
||||||
|
max-height: 200px;
|
||||||
|
max-width: 300px;;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.annotation-tooltip-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue