joekrill / silverbullet-treeview

SilverBullet TreeView plug
MIT License
35 stars 9 forks source link

Fix for lhs/rhs modal pushing page content away from centred #15

Closed alyssadev closed 3 months ago

alyssadev commented 3 months ago

After some tinkering, I achieved the result I wanted. The position of the modal now doesn't affect content. Thought I'd document it here:

.sb-panel, .panel {
  z-index: 20;
  position:absolute;
  height:100%;
}

before: image

after: image