ros.grant.common 2.0.1221 → 2.0.1222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -229,6 +229,7 @@
229
229
  min-height: 100%;
230
230
  position: relative;
231
231
  padding: 30px 24px;
232
+ margin-top: 72px;
232
233
 
233
234
  @media (max-width: 991px) {
234
235
  padding: 24px 20px;
@@ -1,6 +1,7 @@
1
1
  .page-sidebar {
2
- position: sticky;
3
- top: 0;
2
+ position: fixed;
3
+ top: 72px;
4
+ bottom: 0;
4
5
  min-width: 280px;
5
6
  width: 280px;
6
7
  background: #fff;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1221",
2
+ "version": "2.0.1222",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {