mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 13:01:01 +00:00
Make Draftail toolbar display block to have sticky positioning in Safari
This commit is contained in:
parent
f6022537e1
commit
08ae63e1d8
2 changed files with 1 additions and 5 deletions
|
|
@ -65,10 +65,6 @@ $draftail-editor-font-family: $font-serif;
|
|||
}
|
||||
}
|
||||
|
||||
.Draftail-Toolbar {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.Draftail-Editor {
|
||||
border-radius: 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { shallow, mount } from 'enzyme';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import TooltipEntity from './TooltipEntity';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue