Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Initial commit, basics are working, lots still broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzzy committed Oct 27, 2016
1 parent a802760 commit 3e0f0f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addon/data/selector-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ const ui = (function () { // eslint-disable-line no-unused-vars
this.overlayEl.appendChild(fullPageButton);

document.body.appendChild(this.overlayEl);


console.log("OVERLAYEL LOAD");
}
},

Expand Down
3 changes: 3 additions & 0 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ $overlay-z-index: 9999999999;
@extend .secondary;
@include flex-container(row, center, center);
font-family: sans-serif;
pointer-events: all;
position: absolute;
right: 15px;
top: 15px;
Expand All @@ -344,11 +345,13 @@ $overlay-z-index: 9999999999;

.pageshot-visible {
@extend .pageshot-myshots;
pointer-events: all;
top: 65px;
}

.pageshot-full-page {
@extend .pageshot-myshots;
pointer-events: all;
top: 115px;
}

Expand Down

0 comments on commit 3e0f0f9

Please sign in to comment.