Skip to content

use css for positioning navigator#766

Open
AcrylonitrileButadieneStyrene wants to merge 1 commit intoynoproject:masterfrom
AcrylonitrileButadieneStyrene:patch-5
Open

use css for positioning navigator#766
AcrylonitrileButadieneStyrene wants to merge 1 commit intoynoproject:masterfrom
AcrylonitrileButadieneStyrene:patch-5

Conversation

@AcrylonitrileButadieneStyrene
Copy link
Copy Markdown
Contributor

use position: relative; to anchor the unexplored locations icon overlay to the navigator iframe instead of recalculating position in scripting.

tested with this userstyle:

#explorerContainer {
    position: relative;
}

#explorerUndiscoveredLocationsLink {
    left: 0px !important; /* overrides the old scripting behavior, !important not used in commit */
}

closes #412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the navigator overlay moving when scrolling

1 participant