Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
revert(#8): position fixed gives better results cross browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 11, 2018
1 parent fa8fd86 commit af53bd5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/deck/deckdeckgo-deck/deckdeckgo-deck.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
:host {
position: absolute;
top: 0;
bottom: 0;
}

div.deckgo-deck {
display: flex;

height: 100%;
position: fixed;
top: 0;
bottom: 0;

--transformX: 0px;
--transformXDuration: 0ms;
Expand Down

0 comments on commit af53bd5

Please sign in to comment.