flask-chat-example/static/css/main.css

7 lines
92 B
CSS
Raw Permalink Normal View History

2017-11-03 11:52:17 +01:00
section.new-message {
position: fixed;
bottom: 1rem;
left: 0;
right: 0;
z-index: 100;
}