Skip to content

Commit 5eca459

Browse files
committed
wip
1 parent 2a4994f commit 5eca459

File tree

10 files changed

+65
-65
lines changed

10 files changed

+65
-65
lines changed

assets/css/frame.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/paver.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/frame.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/paver.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/paver.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
22

33
/**!
4-
* Sortable 1.15.2
4+
* Sortable 1.15.3
55
* @author RubaXa <[email protected]>
66
* @author owenm <[email protected]>
77
* @license MIT

resources/css/_utilities.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121
.items-center {
2222
align-items: center;
2323
}
24+
25+
.sticky {
26+
position: sticky;
27+
top: 0;
28+
}

resources/css/paver.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
.container {
9696
display: flex;
9797
width: 100%;
98-
overflow: auto;
98+
overflow: clip;
9999

100100
> div:not(.sidebar) {
101101
display: flex;
@@ -288,6 +288,9 @@
288288
.hide-on-mobile {
289289
display: none;
290290
}
291+
.container {
292+
overflow: auto;
293+
}
291294
}
292295

293296
.loading-spinner {

0 commit comments

Comments
 (0)