diff options
Diffstat (limited to 'client-web/public/assets/style/room.css')
-rw-r--r-- | client-web/public/assets/style/room.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client-web/public/assets/style/room.css b/client-web/public/assets/style/room.css index 1d3ca88..22674c4 100644 --- a/client-web/public/assets/style/room.css +++ b/client-web/public/assets/style/room.css @@ -1,3 +1,8 @@ +/* + This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2022 metamuffin <metamuffin@disroot.org> +*/ .room { overflow-y: scroll; } |