make annotation popup small

This commit is contained in:
John Mavrick 2023-12-21 17:57:31 -08:00
parent 58602c1400
commit 29c4fc92de
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@
}
.annotation-tooltip-container {
max-height: 200px;
max-width: 300px;;
overflow-y: scroll;
}
.annotation-tooltip-content {
display: flex;
flex-direction: column;
}