1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-29 03:15:51 +02:00

Fix missing <body> margin reset

This commit is contained in:
chylex 2018-11-07 00:26:43 +01:00
parent c251603e1e
commit 2f54edf7e7
2 changed files with 9 additions and 0 deletions
Resources/Scripts/styles

View File

@ -1,3 +1,11 @@
/***********/
/* General */
/***********/
body {
margin: 0;
}
/***********************/ /***********************/
/* Redesign scrollbars */ /* Redesign scrollbars */
/***********************/ /***********************/

View File

@ -6,6 +6,7 @@ html, body {
height: auto !important; height: auto !important;
overflow-x: hidden !important; overflow-x: hidden !important;
overflow-y: auto !important; overflow-y: auto !important;
margin: 0;
} }
body::before { body::before {