Skip to content

Commit 09e6c69

Browse files
authored
Merge pull request #435 from pabloalvarezauth0/tooltip-position-fix
Bugfix - Changes tooltip positioning for Chrome based browsers
2 parents 3dc67f3 + fe471fb commit 09e6c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylus/website/index.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ body
247247
transition background-color .5s
248248
&:before
249249
content "Learn more about Auth0"
250-
position fixed
251-
width auto
250+
position absolute
251+
width 164px
252252
padding 6px
253-
top 64px
253+
top 30px
254254
border-radius 3px
255255
background-color #555
256256
color white

0 commit comments

Comments
 (0)