.new-sticky-button { width: 100px; height: 50px; } .sticky-note-container { width: 300px; background-color: PeachPuff; border: solid black 1px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .sticky-note-header-container { height: 20px; width: auto; padding: 5px; border-bottom: solid black 1px; } .sticky-note-header-text { overflow: hidden; float: left; max-width: 80%; } .sticky-note-header-buttons { float: right; } .sticky-note-body { width: 278px; height: 280px; padding: 10px; overflow: auto; resize: none; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0) } .buttonastext { background:none; border:none; margin:0; padding:0; cursor: pointer; }