Skip to content

Commit 204c589

Browse files
nitishk72roughike
authored andcommitted
removing vertical scroll-bar (#107)
Vertical scrollbar looks odd
1 parent c695d5b commit 204c589

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/lib/src/event_details/actor_scroller/actor_scroller_component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:host {
44
display: flex;
55
overflow-x: scroll;
6+
overflow-y: hidden;
67
-webkit-overflow-scrolling: touch;
78
padding-left: 20px;
89

0 commit comments

Comments
 (0)