diff --git a/src/app/pages/agenda/agenda.page.scss b/src/app/pages/agenda/agenda.page.scss
index 2630a033a..9228e1166 100644
--- a/src/app/pages/agenda/agenda.page.scss
+++ b/src/app/pages/agenda/agenda.page.scss
@@ -698,7 +698,4 @@ app-approve-event{
display: flex;
align-items: center;
height: 100%;
-}
-
-
-
+}
\ No newline at end of file
diff --git a/src/global.scss b/src/global.scss
index 89eead7d3..6ac9e5efb 100644
--- a/src/global.scss
+++ b/src/global.scss
@@ -747,4 +747,97 @@ ion-icon{
height: fit-content;
height: 300px;
}
-}
\ No newline at end of file
+}
+
+
+
+
+
+
+@media only screen and (min-width: 500px) {
+
+ ::-webkit-scrollbar {
+ width: 5px;
+ }
+
+ /* Track */
+ ::-webkit-scrollbar-track {
+ background: #f1f1f1;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -ms-border-radius: 5px;
+ -o-border-radius: 5px;
+ }
+
+ /* Handle */
+ ::-webkit-scrollbar-thumb {
+ background: #888;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -ms-border-radius: 5px;
+ -o-border-radius: 5px;
+ }
+
+ /* Handle on hover */
+ ::-webkit-scrollbar-thumb:hover {
+ background: rgb(92, 92, 92);
+ }
+}
+
+
+
+@media only screen and (min-width: 800px) {
+
+ ::-webkit-scrollbar {
+ width: 10px;
+ }
+
+ /* Track */
+ ::-webkit-scrollbar-track {
+ background: #f1f1f1;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -ms-border-radius: 5px;
+ -o-border-radius: 5px;
+ }
+
+ /* Handle */
+ ::-webkit-scrollbar-thumb {
+ background: #888;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -ms-border-radius: 5px;
+ -o-border-radius: 5px;
+ }
+
+ /* Handle on hover */
+ ::-webkit-scrollbar-thumb:hover {
+ background: rgb(92, 92, 92);
+ }
+}
+
+
+
+
+.hide-scroll::-webkit-scrollbar {
+ display: none !important;
+}
+
+ /* Track */
+.hide-scroll::-webkit-scrollbar-track {
+ display: none !important;
+}
+
+/* Handle */
+.hide-scroll::-webkit-scrollbar-thumb {
+ display: none !important;
+}
+
+/* Handle on hover */
+.hide-scroll::-webkit-scrollbar-thumb:hover {
+ display: none !important;
+}
diff --git a/src/style/main.scss b/src/style/main.scss
index bced407fd..1549a2300 100644
--- a/src/style/main.scss
+++ b/src/style/main.scss
@@ -289,9 +289,9 @@
.height-lg-unset{ height: unset !important;}
@for $i from 0 through 50 {
- .font-lg-#{$i} {
- font-size: #{$i}px ;
- }
+ .font-lg-#{$i} {
+ font-size: #{$i}px ;
+ }
}
@for $i from 0 through 10 {