[skottie] Position WASM player settings @bottom-right


Bug: skia:
Change-Id: I8cdf2c7591542e99c249c5652254925b468daa62
Reviewed-on: https://skia-review.googlesource.com/c/174324
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
diff --git a/skottie/modules/skottie-player-sk/skottie-player-sk.scss b/skottie/modules/skottie-player-sk/skottie-player-sk.scss
index d66f7fc..b62575f 100644
--- a/skottie/modules/skottie-player-sk/skottie-player-sk.scss
+++ b/skottie/modules/skottie-player-sk/skottie-player-sk.scss
@@ -72,9 +72,8 @@
 
 .skottie-player-settings-container {
   position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
+  right: 0px;
+  bottom: 0px;
   width: 200px;
   background-color: rgba(64, 64, 64, .75);
   z-index: 3;