Commit 06150c8c authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Make too long examples scrollable.

parent 91c30ab1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ Ext.define('Docs.view.examples.Inline', {
        handles: 's',
        constrainTo: false
    },
    // Make too long examples scrollable
    maxHeight: 400,

    statics: {
        iframeId: 0
+3 −1
Original line number Diff line number Diff line
@@ -735,8 +735,10 @@ a {
      color: white;
      background: $docs-text-color; } } }

// Inline example component buttons
.inline-example-cmp {
  // add padding to make right scrollbar visible
  padding-right: 25px;
  // Inline example component buttons
  span.x-btn-icon {
    background: url(../images/example-icons.png) no-repeat;
    opacity: 0.6;