minor tweak

This commit is contained in:
sairaj mote 2023-12-07 00:22:10 +05:30
parent 0c537be007
commit c454a638f0
3 changed files with 8 additions and 2 deletions

View File

@ -1274,6 +1274,10 @@ ol li::before {
filter: contrast(2); filter: contrast(2);
} }
} }
.xls {
display: flex;
}
@supports (overflow: overlay) { @supports (overflow: overlay) {
body { body {
overflow: overlay; overflow: overlay;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1186,7 +1186,9 @@ ol {
} }
} }
} }
.xls {
display: flex;
}
@supports (overflow: overlay) { @supports (overflow: overlay) {
body { body {
overflow: overlay; overflow: overlay;