unbreak safari for now
This commit is contained in:
parent
f48498e0db
commit
cfa4ebeda5
1 changed files with 2 additions and 2 deletions
|
@ -67,13 +67,13 @@
|
||||||
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%;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue