Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorRoberts Lataria <roberts.lataria@zabbix.com>2022-06-17 16:33:16 +0300
committerRoberts Lataria <roberts.lataria@zabbix.com>2022-07-06 17:21:19 +0300
commit868a070b1c897078656eae7e31d88ad0b011dc8b (patch)
tree4251937c88a6b11c5a5869c4f32cae43373fee01 /sass
parentc6d7ff45135226e0f5a4fc723cafdea1feef7ada (diff)
..F....... [ZBX-20534] fixed popup layout for importing when horizontal scroll was not visible
* commit '0d4dccde82a4c55574582bf6198b61bf53d5d008': ..F....... [ZBX-20534] removed extra div ..F....... [ZBX-20534] added styled scrollbar; fixed text elipsis in left menu ..F....... [ZBX-20534] fixed popup layout for importing when horizontal scroll was not visible (cherry picked from commit c2a5e96d0abebf2ccd0bc3050cc9351395c0d738) (cherry picked from commit 7b0199e335ef6e556e0059262e60c0f262b23c31)
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/_toc.scss2
-rw-r--r--sass/stylesheets/sass/screen.scss7
2 files changed, 7 insertions, 2 deletions
diff --git a/sass/stylesheets/sass/components/_toc.scss b/sass/stylesheets/sass/components/_toc.scss
index b0c9f3fd36b..16fb0ffe0c2 100644
--- a/sass/stylesheets/sass/components/_toc.scss
+++ b/sass/stylesheets/sass/components/_toc.scss
@@ -5,7 +5,7 @@
text-overflow: ellipsis;
white-space: nowrap;
line-height: 14px;
- color: $toc-title-color;
+ color: $link-color;
border-bottom: 1px solid $table-border-color;
background: $toc-title-bg-color;
}
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 5fcb9b9a91f..382eee24995 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -6398,7 +6398,7 @@ z-select,
.import-compare {
display: flex;
- max-height: calc(100vh - 190px);
+ max-height: calc(100vh - 220px);
.toc {
flex: 20%;
@@ -6412,6 +6412,11 @@ z-select,
overflow: auto;
border: 1px dashed $form-border-color;
}
+
+ .toc,
+ .diff {
+ @extend %webkit-scrollbar;
+ }
}
.list-dashed {