aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/newui-sections.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/newui-sections.scss')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss
index b576e5ca5..ae6ee6311 100644
--- a/ui/app/css/itcss/components/newui-sections.scss
+++ b/ui/app/css/itcss/components/newui-sections.scss
@@ -70,7 +70,7 @@ $wallet-view-bg: $wild-sand;
background: rgb(250, 250, 250);
z-index: $sidebar-z-index;
position: fixed;
- top: 35px;
+ top: 41px;
left: 0;
right: 0;
bottom: 0;
@@ -86,7 +86,7 @@ $wallet-view-bg: $wild-sand;
.sidebar-overlay {
z-index: $sidebar-overlay-z-index;
position: fixed;
- top: 35px;
+ top: 41px;
left: 0;
right: 0;
bottom: 0;
@@ -142,8 +142,8 @@ $wallet-view-bg: $wild-sand;
}
.main-container {
- margin-top: 35px;
- height: calc(100% - 34px);
+ margin-top: 41px;
+ height: calc(100% - 41px);
width: 100%;
overflow-y: auto;
background-color: $white;