Skip to content

Commit

Permalink
fix(fullscreen): 🐛 fix editor fullscreen width, height
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 31, 2020
1 parent c5dc5b6 commit acc52dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
&--fullscreen {
border-radius: 0 !important;
bottom: 0 !important;
height: 100% !important;
left: 0 !important;
margin: 0 !important;
position: fixed !important;
right: 0 !important;
top: 0 !important;
margin: 0 !important;
width: 100% !important;
z-index: 500;

#{$root}__menu-bar,
Expand Down

0 comments on commit acc52dd

Please sign in to comment.