unbreak safari for now

This commit is contained in:
core 2025-04-07 09:41:09 -04:00
parent f48498e0db
commit cfa4ebeda5

View file

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