Fix position of the rightside drawer with small screen
This commit is contained in:
@@ -831,7 +831,7 @@ body {
|
||||
.drawer-content {
|
||||
position: absolute;
|
||||
right:0px;
|
||||
top:96px;
|
||||
margin-top: 32px;
|
||||
min-width: 50px;
|
||||
background: white;
|
||||
border: 1px solid black;
|
||||
|
||||
@@ -1350,7 +1350,7 @@ body.app-file .cryptpad-toolbar .dropdown-bar-content p .accountData {
|
||||
.cryptpad-toolbar-rightside .drawer-content {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 96px;
|
||||
margin-top: 32px;
|
||||
min-width: 50px;
|
||||
background: white;
|
||||
border: 1px solid black;
|
||||
|
||||
Reference in New Issue
Block a user