Compare commits
2 commits
f48498e0db
...
61f70fae85
Author | SHA1 | Date | |
---|---|---|---|
61f70fae85 | |||
cfa4ebeda5 |
1 changed files with 3 additions and 2 deletions
|
@ -67,13 +67,14 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;/*
|
||||||
@supports (-webkit-touch-callout: none) {
|
@supports (-webkit-touch-callout: none) {
|
||||||
height: calc(100% - 26px);
|
height: calc(100% - 26px);
|
||||||
}
|
}
|
||||||
@supports not (-webkit-touch-callout: none) {
|
@supports not (-webkit-touch-callout: none) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}*/
|
||||||
|
height:100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue