Hide Ace's tooltips for annotations

This commit is contained in:
Maximilian Grundke
2017-08-13 18:46:55 +02:00
parent 520a60d1be
commit e1c45f025f

View File

@ -17,3 +17,7 @@
width: 100%; width: 100%;
height: 200px; height: 200px;
} }
.ace_tooltip {
display: none !important;
}