fix: some overflow issues

This commit is contained in:
Peng Xiao
2021-06-14 23:15:56 +08:00
committed by Tienson Qin
parent aa72c37c2b
commit ef1e5494ff
4 changed files with 5 additions and 2 deletions

View File

@@ -703,6 +703,7 @@ hr {
.resize {
resize: both;
overflow: hidden;
max-width: -webkit-fill-available;
}
/* ideas from https://github.com/PiotrSss/logseq-bujo-theme/blob/main/main.css */