Skip to content

Commit

Permalink
add text editor toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Jun 11, 2020
1 parent e84c801 commit 68827fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/customizations/volto/components/theme/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class App extends Component {
<MultilingualRedirector pathname={this.props.pathname}>
<Segment basic className="content-area">
<main>
<div className="editor-toolbar-wrapper" />
<OutdatedBrowser />
{this.state.hasError ? (
<Error
Expand Down Expand Up @@ -220,4 +221,4 @@ export default compose(
}),
{},
),
)(App);
)(App);
5 changes: 5 additions & 0 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,9 @@ p {

.mosaic-modal {
transform: none!important;
}
.editor-toolbar-wrapper {
position: sticky;
top: 0;
z-index: 2;
}

0 comments on commit 68827fb

Please sign in to comment.