Remove duplicate endtag and fix layout in safari

This commit is contained in:
Julius Haertl
2017-02-14 22:11:15 +01:00
parent b5feeeaee3
commit 3a311197a8
3 changed files with 3 additions and 15 deletions

View File

@@ -88,15 +88,6 @@ button:hover {
/**
* Board view
*/
#app-view {
position: relative;
height: 100%;
white-space: nowrap;
overflow: hidden;
padding: 0;
z-index: 100;
width: 100%;
}
#board-status {
position: absolute;