Skip to content

Commit 3d685bb

Browse files
committed
Revert changes to base store.css
1 parent a146a8a commit 3d685bb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Lesson01/css/store.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body > section {
77
background: rgba(200, 200, 200, 0.4);
88
height: 100%;
99
margin: 0 auto;
10+
overflow-y: scroll;
1011
padding: 10px 20px;
1112
width: 1024px;
1213
}
@@ -16,11 +17,6 @@ h1.title {
1617
font-size: 3em;
1718
}
1819

19-
.ui.items {
20-
height: 100%;
21-
overflow-y: auto;
22-
}
23-
2420
.ui.items .item {
2521
background: rgba(250, 250, 250, 0.8);
2622
border-radius: 5px;

0 commit comments

Comments
 (0)