summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_popover.scss')
-rw-r--r--webapp/sass/components/_popover.scss13
1 files changed, 3 insertions, 10 deletions
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index b4839bd1f..31ef83d6a 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -93,20 +93,18 @@
}
.search-help-popover {
- @include single-transition(opacity, .3s, ease-in);
font-size: em(13px);
- max-width: 350px;
- top: 36px;
- visibility: hidden;
+ margin-top: 17px !important;
+ max-width: 300px;
width: 100%;
&.autocomplete {
display: block;
.popover-content {
+ -webkit-overflow-scrolling: touch;
padding: 10px;
position: relative;
- -webkit-overflow-scrolling: touch;
}
}
@@ -205,11 +203,6 @@
.tooltip-inner {
max-width: 100%;
}
-
- &.visible {
- @include opacity(1);
- visibility: visible;
- }
}
.member-list__popover {