Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Sep 14, 2024
1 parent 2a4994f commit 5eca459
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion assets/css/frame.css

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

2 changes: 1 addition & 1 deletion assets/css/paver.css

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

2 changes: 1 addition & 1 deletion assets/js/frame.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/paver.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/paver.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**!
* Sortable 1.15.2
* Sortable 1.15.3
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
Expand Down
5 changes: 5 additions & 0 deletions resources/css/_utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@
.items-center {
align-items: center;
}

.sticky {
position: sticky;
top: 0;
}
5 changes: 4 additions & 1 deletion resources/css/paver.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
.container {
display: flex;
width: 100%;
overflow: auto;
overflow: clip;

> div:not(.sidebar) {
display: flex;
Expand Down Expand Up @@ -288,6 +288,9 @@
.hide-on-mobile {
display: none;
}
.container {
overflow: auto;
}
}

.loading-spinner {
Expand Down
Loading

0 comments on commit 5eca459

Please sign in to comment.