bg-splitter icon indicating copy to clipboard operation
bg-splitter copied to clipboard

The pane wrapper class should also probably be part of the demo code

Open Asimov4 opened this issue 9 years ago • 0 comments

Unless the panes are wrapped in a wrapper div, the directive misbehaves.

.pane-wrapper {
    position: relative;
    border: 1px solid #aaa;
    height: 300px;
  }

Asimov4 avatar Apr 06 '15 19:04 Asimov4