Skip to content
Snippets Groups Projects
Commit 770d12f7 authored by HJ's avatar HJ :fire:
Browse files

limit width of popover to slightly lesser than screen width

parent b343599e
No related branches found
No related tags found
3 merge requests!1711Update stable - 2.5.0 release,!1585Fixing merge conflicts and lint for report notifications MR,!1540Disjointed popovers
Pipeline #40214 passed
......@@ -46,6 +46,7 @@
z-index: 90000;
position: fixed;
min-width: 0;
max-width: 90vw;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);
}
......
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