6 lines
77 B
CSS
6 lines
77 B
CSS
|
|
.container {
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
background: #fff;
|
||
|
|
}
|