bookmarks below content: PersonalToolbar needs position: fixed
Because navigator-toolbox has position: relative
This commit is contained in:
@@ -17,7 +17,7 @@ See the above repository for updates as well as full license text. */
|
||||
border-bottom: none;
|
||||
}
|
||||
#PersonalToolbar{
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user