How to properly style a text area with inner shadows and scrollbar

前端 未结 4 1823
生来不讨喜
生来不讨喜 2021-01-31 18:19

I\'m putting an inner-shadow on all my controls, inputs and textareas by using the following CSS:

input {
  padding: 7px;
  -webkit-box-shadow: inset 2px 2px 2px         


        
4条回答
  •  借酒劲吻你
    2021-01-31 18:41

    You could wrap the textarea in a div: