Skip to content

Commit 2f1dfb7

Browse files
committed
make affix smoother
1 parent 757e6be commit 2f1dfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/static/sentry/less/sentry.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ a.icon-share {
809809

810810
.stream-actions-cell {
811811
box-shadow: none;
812-
border: 0;
812+
border-color: transparent;
813813
}
814814
}
815815
}

src/sentry/templates/sentry/groups/group_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% block content %}
1212
{% querystring from request without sort as sort_querystring %}
1313
{% querystring from request without since as since_querystring %}
14-
<div class="group-header-container" data-spy="affix" data-offset-top="200">
14+
<div class="group-header-container" data-spy="affix" data-offset-top="195">
1515
<div class="container">
1616
<div class="group-header">
1717
<div class="stream-actions">

0 commit comments

Comments
 (0)