Compare commits

...

2 commits

Author SHA1 Message Date
61f70fae85 unbreak safari for now (agaiN)
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Has been cancelled
build and test / wxbox - latest (push) Has been cancelled
2025-04-07 09:41:33 -04:00
cfa4ebeda5 unbreak safari for now 2025-04-07 09:41:09 -04:00

View file

@ -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%;
} }