Attempt to disable scrollbar on full screen modal

This commit is contained in:
grandeljay 2022-12-29 14:58:53 +01:00
parent b6398db811
commit 1a64aa9c19

View file

@ -5,6 +5,7 @@
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {