Skip to content

Commit

Permalink
do not scroll preview when popover is open on the preview code
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Feb 24, 2014
1 parent f2ae23b commit daa31df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions TODO.todo
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
TODO v.0.7:
☐ do not scroll preview when popover is open on the preview code

Refactor:
☐ refactor routing
☐ refactor scopebar
Expand Down Expand Up @@ -132,6 +129,7 @@ Test:
☐ download theme
___________________
Archive:
✔ do not scroll preview when popover is open on the preview code @done (14-02-24 10:52) @project(TODO v.0.7)
✔ BUG: save does not work (gallery/local/external) @done (14-02-24 10:42) @project(TODO v.0.7)
✔ BUG: back when galerry is closed -> badly posisioned throbber @done (14-02-24 10:04)
✔ gutter issue (redo gutter styling) @done (14-02-24 09:48) @project(Preview and scope bar)
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_preview.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div ng-controller="previewController">

<!-- preview -->
<div ng-class="{ 'slide' : gallery_visible }" id="preview" class="preview" ng-style="{ 'background-color': Color.parse(Theme.bg()), 'color': Color.parse(Theme.fg()) }">
<div ng-class="{ 'slide': gallery_visible, 'no-scroll': EditPopover.visible }" id="preview" class="preview" ng-style="{ 'background-color': Color.parse(Theme.bg()), 'color': Color.parse(Theme.fg()) }">
<pre ng-show="Theme.json"
ng-bind-html="colorized"
ng-style="{ 'color': Color.parse(Theme.fg()) }"></preview>
Expand Down

0 comments on commit daa31df

Please sign in to comment.