mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-22 04:14:41 +00:00
Remove flickering due to scrollbar ( Fix #196 )
This commit is contained in:
@@ -735,3 +735,15 @@ x-dialog x-paper {
|
|||||||
--bg-color-secondary: #f1f3f4;
|
--bg-color-secondary: #f1f3f4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Edge specific styles
|
||||||
|
*/
|
||||||
|
@supports (-ms-ime-align: auto) {
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user