Skip to content

Commit

Permalink
fix: button block pos editor
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jun 17, 2024
1 parent 746502f commit 085f13f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 160 deletions.
6 changes: 3 additions & 3 deletions src/config/italiaConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ import { schemaListing } from 'design-comuni-plone-theme/components/ItaliaTheme/

import reducers from 'design-comuni-plone-theme/reducers';

const ReleaseLog = loadable(
() => import('design-comuni-plone-theme/components/ReleaseLog/ReleaseLog'),
const ReleaseLog = loadable(() =>
import('design-comuni-plone-theme/components/ReleaseLog/ReleaseLog'),
);

const messages = defineMessages({
Expand All @@ -84,7 +84,7 @@ export default function applyConfig(voltoConfig) {
* SETTINGS
******************************************************************************/
const voltoSentryOptions = voltoConfig.settings.sentryOptions;

config.experimental.addBlockButton.enabled = true; //per spostare il bottone di aggiunta dei blocchi in basso, e fare in modo che i bottoni di edit dei blocchi siano usabili anche da tablet/mobile
config.settings = {
...config.settings,
openExternalLinkInNewTab: true,
Expand Down

This file was deleted.

5 changes: 5 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ body.cms-ui {
}
}

/*Block chooser*/
[data-popper-placement] {
z-index: 1000;
}

.sidebar-container {
.numbers-block-sidebar-form-container {
padding-bottom: 1rem;
Expand Down

0 comments on commit 085f13f

Please sign in to comment.