We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8a7b0 commit 1d13419Copy full SHA for 1d13419
components/router/scene.html
@@ -6,9 +6,6 @@
6
{{#if hidden}}visibility: hidden; {{/if}}
7
margin: 0; padding: 0; border: 0;
8
9
- /* in order to hide scroll bar */
10
- height: 100%; overflow: hidden; width: 100%; margin-right: -15px;
11
-
12
/* additional styling */
13
{{style}}
14
"
@@ -20,13 +17,6 @@
20
17
padding: 0;
21
18
padding-top: {{offset !== null ? offset : @global.topOffset}}px; /* for top menu */
22
19
border: 0;
23
24
25
- overflow: scroll;
26
- height: 95%;
27
- width: 100%;
28
- padding-right: 15px; /* same value of above container */
29
- box-sizing: content-box;
30
31
>
32
{{>content}}
0 commit comments