summaryrefslogtreecommitdiff
path: root/ui/app.css
blob: b316dea34c2569e75644894cafe54c94e811969f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@tailwind base;
@tailwind components;
@tailwind utilities;

/* This should help minimize swipe-to-go-back behaviour, enabling our
* swipe-to-reveal-channel-menu behaviour. It won't work in all cases; in iOS
* Safari, when swiping from the screen edge, the OS gets th event and
* handles it before the browser does.
*/
html,
body {
  overscroll-behavior-x: none;
}