colouring-montreal/app/src/frontend/building/data-container.css
2021-03-11 18:53:03 +00:00

13 lines
278 B
CSS

.edit-bar {
position: sticky;
top: 53px; /* match section-header height */
padding: 12px 0; /* match info-container-inner margin-top*/
width: 100%;
background-color: white;
z-index: 1000;
}
.edit-bar .buttons-container {
margin: 0;
padding: 0;
}