Skip to content

Commit 1d13419

Browse files
author
Cerem Cem ASLAN
committed
fixes #191
1 parent fa8a7b0 commit 1d13419

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

components/router/scene.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
{{#if hidden}}visibility: hidden; {{/if}}
77
margin: 0; padding: 0; border: 0;
88
9-
/* in order to hide scroll bar */
10-
height: 100%; overflow: hidden; width: 100%; margin-right: -15px;
11-
129
/* additional styling */
1310
{{style}}
1411
"
@@ -20,13 +17,6 @@
2017
padding: 0;
2118
padding-top: {{offset !== null ? offset : @global.topOffset}}px; /* for top menu */
2219
border: 0;
23-
24-
/* in order to hide scroll bar */
25-
overflow: scroll;
26-
height: 95%;
27-
width: 100%;
28-
padding-right: 15px; /* same value of above container */
29-
box-sizing: content-box;
3020
"
3121
>
3222
{{>content}}

0 commit comments

Comments
 (0)