blob: 513160a210d94d3b85feaeb0a99649293b8fa7cd [file] [log] [blame]
/**
Copyright 2025 The Flutter Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
**/
@media (-webkit-max-device-pixel-ratio: 1) {
* {
image-rendering: pixelated;
}
}
body {
overscroll-behavior-x: none;
}