forked from rDrama/rDrama
1
0
Fork 0

no horizontal overflow y'all couldnt behave

master
Aevann 2023-07-27 21:35:51 +03:00
parent 01097cfd2d
commit 5800da165a
1 changed files with 4 additions and 0 deletions

View File

@ -7585,3 +7585,7 @@ bdi {
label.btn.btn-secondary > span {
word-break: break-word;
}
body {
overflow-x: hidden;
}