1 parent a146a8a commit 3d685bbCopy full SHA for 3d685bb
1 file changed
Lesson01/css/store.css
@@ -7,6 +7,7 @@ body > section {
7
background: rgba(200, 200, 200, 0.4);
8
height: 100%;
9
margin: 0 auto;
10
+ overflow-y: scroll;
11
padding: 10px 20px;
12
width: 1024px;
13
}
@@ -16,11 +17,6 @@ h1.title {
16
17
font-size: 3em;
18
19
-.ui.items {
20
- height: 100%;
21
- overflow-y: auto;
22
-}
23
-
24
.ui.items .item {
25
background: rgba(250, 250, 250, 0.8);
26
border-radius: 5px;
0 commit comments