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
d6195dcd
Commit
d6195dcd
authored
Jun 07, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix sidebar overflow
parent
57b885b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
app.scss
hypothesis/sass/app.scss
+4
-11
No files found.
hypothesis/sass/app.scss
View file @
d6195dcd
...
...
@@ -117,7 +117,7 @@ $iconset: iconset_wireframe;
.annotator-heatmap
{
@include
tinyshadow
(
-1px
,
0
,
0
.2
);
background
:
hsla
(
0
,
0
,
90%
,
0
.4
);
position
:
absolute
;
position
:
fixed
;
top
:
0
;
margin-left
:
-
$heatmap-width
;
width
:
$heatmap-width
;
...
...
@@ -143,6 +143,8 @@ $iconset: iconset_wireframe;
font-size
:
$font-size
/
$em
*
.8
;
height
:
100%
;
line-height
:
$line-height
/
$em
*
.8
;
overflow
:
auto
;
padding-left
:
$heatmap-width
;
position
:
fixed
;
top
:
0
;
left
:
100%
;
...
...
@@ -169,7 +171,7 @@ $iconset: iconset_wireframe;
}
.hyp-sidebar.hyp-collapsed
{
margin-left
:
0
;
margin-left
:
-
$heatmap-width
;
}
//LOGO
...
...
@@ -689,9 +691,6 @@ $threadexp-width: 1em;
.hyp-sidebar
{
width
:
300px
;
margin-left
:
-300px
;
.annotator-outer
{
width
:
300px
;
}
}
}
...
...
@@ -705,9 +704,6 @@ $threadexp-width: 1em;
.hyp-sidebar
{
width
:
440px
;
margin-left
:
-440px
;
.annotator-outer
{
width
:
440px
;
}
}
}
...
...
@@ -721,9 +717,6 @@ $threadexp-width: 1em;
.hyp-sidebar
{
width
:
500px
;
margin-left
:
-500px
;
.annotator-outer
{
width
:
500px
;
}
}
}
...
...
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