Skip to content
Snippets Groups Projects
Commit 9ec1f9a5 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

info window in openlayers has a scrollbar

parent ac9d360d
No related branches found
No related tags found
1 merge request!308Resolve "Reverse (drug) search list - no scroll bar"
...@@ -725,6 +725,12 @@ a.adminLink:hover { ...@@ -725,6 +725,12 @@ a.adminLink:hover {
min-width: 390px; min-width: 390px;
} }
.popover-content {
display: inline-block;
overflow: auto;
max-height: 80vh;
}
/* /*
https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip
*/ */
...@@ -753,4 +759,4 @@ https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip ...@@ -753,4 +759,4 @@ https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip
.minerva-overlay-panel { .minerva-overlay-panel {
overflow-x: hidden; overflow-x: hidden;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment