diff --git a/ui (gen4)/experiments/native-scroll-ribbon.html b/ui (gen4)/experiments/native-scroll-ribbon.html index 803c877a..560c88bc 100755 --- a/ui (gen4)/experiments/native-scroll-ribbon.html +++ b/ui (gen4)/experiments/native-scroll-ribbon.html @@ -31,6 +31,7 @@ * (update width to fit viewer) */ .ribbon-set { + position: relative; display: inline-block; /* This allways needs to be of viewer width, this mostly applies @@ -40,6 +41,13 @@ padding-top: 50%; padding-bottom: 50%; + + margin-left: -50%; + left: 50%; + + + transform-origin: 50% 50%; + /*transform: scale(0.5);*/ } @@ -88,10 +96,36 @@ + +