summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_team-sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_team-sidebar.scss')
-rw-r--r--webapp/sass/layout/_team-sidebar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/sass/layout/_team-sidebar.scss b/webapp/sass/layout/_team-sidebar.scss
index a600b8d44..cb003c828 100644
--- a/webapp/sass/layout/_team-sidebar.scss
+++ b/webapp/sass/layout/_team-sidebar.scss
@@ -8,7 +8,8 @@
z-index: 5;
.team-wrapper {
- background-color: rgba(0, 0, 0, 0.2);
+ -webkit-overflow-scrolling: touch;
+ background-color: alpha-color($black, .2);
height: 100%;
overflow: auto;
padding-top: 15px;