Skip to content

Commit 59d3401

Browse files
authored
Make sure no horizontal scrollbars (#33)
1 parent 2cbb101 commit 59d3401

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

codelab-style.html

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
margin-left: 0;
5555
}
5656

57+
app-drawer-layout {
58+
overflow-x: hidden;
59+
}
60+
5761
.drawer-content-wrapper {
5862
padding: 16px;
5963
}

google-codelab.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
on-iron-localstorage-load="_stateLoaded">
7575
</iron-localstorage>
7676

77-
<app-drawer-layout fullbleed narrow="{{_narrow}}" >
77+
<app-drawer-layout fullbleed narrow="{{_narrow}}">
7878
<app-drawer id="drawer" swipe-open>
7979

8080
<div class="drawer-content-wrapper layout vertical" style="height:100%">

0 commit comments

Comments
 (0)