📅  最后修改于: 2022-03-11 14:47:26.232000             🧑  作者: Mango
/*
Overflow Property in CSS Controls the overflow of one element over another
*/
// If we didn't want it to overflow we can just do this
selector {
overflow: hidden;
}