mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Prevent scrollbar from appearing on bottom toolbar resize
This commit is contained in:
parent
7327f77dec
commit
cd9325f2d2
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
/* Copyright: Ankitects Pty Ltd and contributors
|
||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#header {
|
||||
border-bottom: 0;
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue