.css
1 2 3 4 5 6 |
/* table-responsive의 높이가 짧을때 dropdown-menu가 짤리는 문제 해결 */ @media (max-width: 767px) { .table-responsive .dropdown-menu { position: static !important; } } |
|
||||||
.css
|
||||||
Copyright © 2025 anydragon - All Rights Reserved Powered by WordPress & Atahualpa |