mirror of
https://github.com/wassname/template.git
synced 2026-09-09 11:38:29 +08:00
Fixing hoverbox bug on safari
This commit is contained in:
@@ -36,7 +36,7 @@ figcaption .citation-number {
|
||||
}
|
||||
|
||||
.container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
|
||||
@@ -26,7 +26,7 @@ span {
|
||||
}
|
||||
|
||||
.container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
|
||||
Reference in New Issue
Block a user