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

前端 未结 4 1818
生来不讨喜
生来不讨喜 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:56

    You can just add: padding-right: 0; to the textarea selector and it will line up your scrollbar with the side of the element. :)

提交回复
热议问题