Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
510273aa
Commit
510273aa
authored
Sep 23, 2016
by
Sean Roberts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix adder from affecting website's height on load
parent
f588f1e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
adder.js
h/static/scripts/annotator/adder.js
+4
-1
No files found.
h/static/scripts/annotator/adder.js
View file @
510273aa
...
@@ -102,9 +102,12 @@ function Adder(container, options) {
...
@@ -102,9 +102,12 @@ function Adder(container, options) {
// property rather than `display` so that we can compute its size in order to
// property rather than `display` so that we can compute its size in order to
// position it before display.
// position it before display.
display
:
'block'
,
display
:
'block'
,
position
:
'absolute'
,
visibility
:
'hidden'
,
visibility
:
'hidden'
,
// take position out of flow and off screen initially
position
:
'absolute'
,
top
:
0
,
// Assign a high Z-index so that the adder shows above any content on the
// Assign a high Z-index so that the adder shows above any content on the
// page
// page
zIndex
:
999
,
zIndex
:
999
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment