Skip to content

Commit

Permalink
fix flyouts when page is scrolled
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 30, 2017
1 parent 57ecbe2 commit 561d863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.less
Expand Up @@ -39,7 +39,7 @@ table.plugin_structgantt {

td.task {
background-color: @ini_background_alt;
position: relative;
position: static;
}

dl.flyout {
Expand All @@ -49,7 +49,7 @@ table.plugin_structgantt {
td.task:hover dl.flyout,
dl.flyout:hover {
display: block;
position: fixed;
position: absolute;
z-index: 100;
background-color: @ini_background;
border: solid 1px @ini_border;
Expand Down

0 comments on commit 561d863

Please sign in to comment.