This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
plemp/public/plemp.css

14 lines
216 B
CSS

/* CSS style file for Plemp! */
.draggable {
position: absolute;
padding: 15px;
width: 400px;
max-height: 300px;
overflow: auto;
top: 0px;
left: 0px;
border: thin solid black;
background: white;
}