ros.grant.common 2.0.1190 → 2.0.1193

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.
@@ -3,14 +3,8 @@
3
3
  min-height: 100vh;
4
4
 
5
5
  .page-content {
6
- min-height: 72px;
6
+ min-height: 100vh;
7
7
  vertical-align: bottom;
8
- width: calc(~"100% - 280px");
9
- margin-left: auto;
10
-
11
- @media (max-width:991px) {
12
- width: 100%;
13
- }
14
8
 
15
9
  .page-header {
16
10
  background: #fff;
@@ -71,6 +65,7 @@
71
65
  .auth-nav-menu {
72
66
  visibility: visible;
73
67
  opacity: 1;
68
+ z-index: 30;
74
69
  }
75
70
  }
76
71
 
@@ -338,7 +333,6 @@
338
333
  .page-content {
339
334
  display: flex;
340
335
  width: 100%;
341
- margin-left: initial;
342
336
 
343
337
  .page-sidebar {
344
338
  position: sticky;
@@ -225,6 +225,7 @@
225
225
  padding-left: 30px;
226
226
  position: fixed;
227
227
  width: 280px;
228
+ min-width: 280px;
228
229
  z-index: 1000;
229
230
  transition: 0.5s;
230
231
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1190",
2
+ "version": "2.0.1193",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {