Skip to content

Commit

Permalink
Prevent overflow of the container in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes committed Mar 16, 2021
1 parent 1b6652c commit 568831e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const getEditPageCss = (timestampId: string): string => {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
height: 100% !important;
}
${timestampId} [data-dot-object="container"].no {
Expand Down

0 comments on commit 568831e

Please sign in to comment.