mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-10 09:15:43 +02:00
Fix missing <body> margin reset
This commit is contained in:
parent
c251603e1e
commit
2f54edf7e7
Resources/Scripts/styles
@ -1,3 +1,11 @@
|
||||
/***********/
|
||||
/* General */
|
||||
/***********/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/***********************/
|
||||
/* Redesign scrollbars */
|
||||
/***********************/
|
||||
|
@ -6,6 +6,7 @@ html, body {
|
||||
height: auto !important;
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: auto !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body::before {
|
||||
|
Loading…
Reference in New Issue
Block a user