mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
12 lines
363 B
CSS
12 lines
363 B
CSS
#nc_container { height:auto; position:relative; }
|
|
#nc_container .list { top:2px; position:relative; }
|
|
#nc_container .list ul { display:block; position:relative; }
|
|
#nc_container ul.nc_memu:after {
|
|
content: "";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
#nc_container .listscroll { overflow: visible; }
|
|
.ncenterlite_block { display:none; }
|