fixed small alignment bug on tooltips in firefox
This commit is contained in:
parent
aec2a97704
commit
fb8c006be1
1 changed files with 2 additions and 2 deletions
|
@ -1053,7 +1053,7 @@
|
||||||
.sidebarCollaborateIcon div:after, .sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after {
|
.sidebarCollaborateIcon div:after, .sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 128%;
|
top: 129%;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -1065,7 +1065,7 @@
|
||||||
.mapInfoIcon div:after, .openCheatsheet div:after {
|
.mapInfoIcon div:after, .openCheatsheet div:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 77%;
|
top: 76%;
|
||||||
left: 41%;
|
left: 41%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
Loading…
Reference in a new issue