JonasDoebertin / kirby-visual-markdown

Visual Markdown Editor for Kirby CMS 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirby 2.2: Toolbar overlays the »Save« Button

SebastianEberlein opened this issue · comments

2

It happens, because the »Save« Button has no z-index, but the toolbar has:

.markdownfield-wrapper .visualmarkdown-toolbar {
    z-index: 100;
}