WIP: Fix pan-zoom for webkit
This commit is contained in:
@@ -155,7 +155,7 @@ button.set-firing-arc img {
|
||||
}
|
||||
|
||||
.soldier-record {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
background-color: white;
|
||||
@@ -260,6 +260,7 @@ div#content {
|
||||
max-height: 100vh;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
min-width: 340px;
|
||||
}
|
||||
|
||||
#content > div:first-of-type {
|
||||
@@ -452,4 +453,8 @@ div#dice {
|
||||
#record-sheet > div:last-of-type > div {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
div#content {
|
||||
min-width: 680px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user