Skip to content
Snippets Groups Projects
Unverified Commit 7965ecf7 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #50 from FZJ-INM1-BDA/bugfix/flickeringCtxMenu

fix flckering fixed context menu
parents a58524ba b0b63533
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,13 @@ layout-floating-container
overflow:hidden;
}
layout-floating-container > *
{
position: absolute;
left: 0;
top: 0;
}
[signinWrapper]
{
margin: 0.8em 0.4em;
......
......@@ -700,3 +700,8 @@ kg-dataset-previewer > img
padding-right: 16px!important;
padding-top: 16px!important;
}
.fixed-bottom
{
top: unset!important;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment