Skip to content

Commit

Permalink
1.1.25: Sticky sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
FlusherDock1 committed Jun 7, 2019
1 parent e8702d7 commit 87e8305
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
12 changes: 12 additions & 0 deletions formwidgets/gutenberg/assets/css/laraberg.css
Original file line number Diff line number Diff line change
Expand Up @@ -20569,6 +20569,18 @@ body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
top: 0;
margin-left: 0; } }

.gutenberg__editor .edit-post-layout .edit-post-sidebar {
overflow: unset; }
.gutenberg__editor .edit-post-layout .edit-post-sidebar .edit-post-sidebar__panel-tabs {
top: 50px; }
.gutenberg__editor .edit-post-layout .edit-post-sidebar .components-panel {
overflow: unset;
top: 100px;
margin: 0;
display: block;
position: -webkit-sticky;
position: sticky; }

.laraberg__editor {
width: 100%;
border: 1px solid #e2e4e7; }
Expand Down
2 changes: 1 addition & 1 deletion formwidgets/gutenberg/assets/css/laraberg.css.map

Large diffs are not rendered by default.

75 changes: 22 additions & 53 deletions formwidgets/gutenberg/assets/js/laraberg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion formwidgets/gutenberg/assets/js/laraberg.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions formwidgets/gutenberg/assets/resources/scss/laraberg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
@import './wordpress.scss';
@import './wordpress-overrides.scss';

.gutenberg__editor{
.edit-post-layout{
.edit-post-sidebar{
overflow: unset;
.edit-post-sidebar__panel-tabs{
top: 50px;
}
.components-panel{
overflow: unset;
top: 100px;
margin: 0;
display: block;
position: sticky;
}
}
}
}

.laraberg__editor {
width: 100%;
// overflow: hidden;
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.1.25: Sticky sidebar
1.1.2: Lovata.GoodNews integration
1.1.1: Reusable blocks are now working in RainLab.Blog Integration
1.1.0: RainLab.Blog integration
Expand Down

0 comments on commit 87e8305

Please sign in to comment.