diff --git a/src/app/components/dash-toptool/dash-toptool.component.html b/src/app/components/dash-toptool/dash-toptool.component.html
index 7ccadcc..37a994d 100644
--- a/src/app/components/dash-toptool/dash-toptool.component.html
+++ b/src/app/components/dash-toptool/dash-toptool.component.html
@@ -1,33 +1,73 @@
-
-
-
-
- {{walletDescription}}
-
-
-
- Wallet
-
-
-
-
- My Jobs
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/components/dash-toptool/dash-toptool.component.scss b/src/app/components/dash-toptool/dash-toptool.component.scss
index 29a32e9..673e2c6 100644
--- a/src/app/components/dash-toptool/dash-toptool.component.scss
+++ b/src/app/components/dash-toptool/dash-toptool.component.scss
@@ -1,4 +1,12 @@
.top-tool{
+ //position: sticky;
+ //top: 0;
+ // z-index: 100;
+ width: 100vw;
+ display: flex;
+ overflow-y: auto;
+ background-color: #f1f5f5;
+
--background: #e9f1f1;
border-radius: 10px;
ion-buttons{