Merhaba
selector alanı 140px'lik boyutla sınırlandırılmış. CSS kodundaki yerleri aşağıdaki şekilde düzenleyip deneyebilir misiniz?
.selector {
position: absolute;
left: 50%;
top: 50%;
width: 140px;
height: 140px;
padding: 180px;
margin-top: -250px;
margin-left: -250px;
}
.selector ul {
position: absolute;
list-style: none;
padding: 0;
margin: 0;
top: 140px;
right: 0px;
bottom: 150px;
left: 0px;
}Canvas resimdeki gibi içeriği kapsamalı.
r10+ nızı verdim çok teşekkür ederim.